Fork me on GitHub
#cursive
<
2018-02-03
>
cfleming01:02:17

@genekim Interesting idea about a brighter line - that’s part of the IntelliJ UI, but I might be able to emphasise it.

andrzejsliwa08:02:50

if you adding UI customisation, please always make it optional.

andrzejsliwa08:02:56

for me the most missing part is just REPL prompt (with current namespace). If you will print prompt everyone will know where it is

genekim02:02:51

@cfleming — any chance you can also help me understand why tabs in let-bindings aren’t working like they are in your ClojureConf videos? 🙂 Thx so much! https://clojurians.slack.com/archives/C0744GXCJ/p1517601277000618

cfleming02:02:52

@genekim Sure, you don’t need to use tab, IntelliJ will line those up for you when you reformat. You’re looking for Settings-&gt;Editor-&gt;Code Style-&gt;Clojure-&gt;General-&gt;Align let-binding values

cfleming02:02:06

Once that’s set, when you reformat your code they’ll be lined up automatically.

cfleming02:02:35

I see - yeah, I always use the default colour scheme, I need to check the dark one more frequently.

genekim02:02:52

Wow. So cool. I’ll try later tonight! And wow, and I just reused Refactor Variable for first time. And then five other times. So awesome!! AMAZING!!! Thanks again @cfleming.