Fork me on GitHub
#cursive
<
2016-07-20
>
moizsj04:07:42

@cfleming: yes same project (pretty large one), and no its not public code. i run into it almost every time i try to use the auto complete. now i pretty much avoid using auto complete.

cfleming05:07:13

@moizsj: Ok, we can’t have that - I’ll think about something we could use to diagnose that.

moizsj05:07:33

@cfleming: correction - avoid using auto-complete where it'll involve an auto require

sashton14:07:01

Has anyone tried using lein-shorthand in Cursive? It works as expected from the command line (`lein repl`), but not in the Cursive repl

sashton14:07:14

Cursive:

(./pprint 3)
CompilerException java.lang.RuntimeException: No such namespace: . 
lein repl:
user=> (./pprint 3)
3
nil
user=>

Paco21:07:42

Alt+enter the first symbol on the form and Click on the menu to configure identation

madvas21:07:38

I see, it’s Code Style -> Clojure -> Form Parameters