Fork me on GitHub
#cursive
<
2016-02-28
>
doddenino10:02:36

Guys I'm having big issues with repls inside cursive (that don't happen when I use it from the terminal). For example it doesn't find SOME installed packages, with new projects I always have to start a repl from terminal first, or I will get a lot of exceptions in cursive, etc. Is there maybe some basic setup I didn't make? Any ideas on possible causes?

rauh16:02:48

So many projects (for instance carmine) generate their vars instead of a simple "def/defn". In this case the "Quick doc" command never works for me and the symbol is also highlighted (b/c Cursive thinks it doesn't exist). However, with clojure.repl/doc it gives me the proper documentation. Is there a way to improve this? For instance, could Cursive consult the available REPL if its house-made analyzer doesn't find vars? @cfleming

sander17:02:33

@doddenino did you do a leiningen refresh from within cursive? for me that often helps with deps problems

doddenino17:02:29

@sander no, I haven't tried. I will, thanks simple_smile

doddenino17:02:16

@sander umm intellij's terminal can't find java when I launch lein, maybe it's related

sander18:02:27

@doddenino: I meant cmd-shift-a "refresh leiningen projects"