Fork me on GitHub
#cursive
<
2016-08-22
>
atroche01:08:58

wish I’d know about it a year ago 🙂

cfleming01:08:02

Yeah, IntelliJ is big enough that I still learn new things about it all the time

cfleming01:08:37

Whenever I encounter some fairly complex piece of functionality that I never knew was there, I always spare a thought for the poor devs who write and maintain all this functionality that so many people never find 🙂

cfleming01:08:12

Help-&gt;Productivity Guide is actually really useful for finding features you never knew about. Sort by “Used” and check out all the “Never”s. Cursive doesn’t participate in this yet unfortunately, but there’s lots to find in there anyway.

onetom04:08:49

I see the Symbol Resolution list in /Users/pair/Library/Preferences/IntelliJIdea2016.2/options/ClojureResolveSettings.xml but that doesn't seem to be shared via the IntelliJ Settings Repository

jcromartie12:08:12

@atroche :thumbsup: that little button is extremely useful, thanks

jcromartie12:08:48

I've been having trouble launching a project using Cursive. I can run it with "lein repl" in the terminal, or "lein repl :headless" and connect remotely

jcromartie12:08:57

but I'd like to just have a one-click solution from IntelliJ

jcromartie12:08:10

it just says "8:46:33 AM Error running REPL for [project name]: Error creating JavaParameters"

jcromartie12:08:38

is there a more extensive log?

jcromartie13:08:27

a ha, Help > Show Log files...

hlship18:08:51

I just used the resolve as … intention to clue Cursive into a custom defcheck macro. Bravo!