cursive

Issues at: https://git.io/cursive-issues
cjmurphy 2021-03-02T00:14:45.103Z

For 'Load File in REPL' this is the description: "The first is Tools->REPL->Load file in REPL. This will always load the current file, but it will also check the transitive namespace dependencies of the current file and will load them in dependency order first if any of them are out of date." Is there any way to make it load only the current file?

cfleming 2021-03-02T00:36:12.103100Z

Yes, Preferences | Languages & Frameworks | Clojure | REPL Options | Load out-of-date file dependencies transitively

cjmurphy 2021-03-02T00:47:38.103300Z

Cool, thanks Colin.

p-himik 2021-03-02T19:16:05.104200Z

Just wanted to mention that Cursive still sets the clojure.libfile system property in REPL but seems like it could be removed now: https://clojurians.slack.com/archives/C03S1KBA2/p1614712229459100?thread_ts=1614708484.442600&cid=C03S1KBA2

Todd 2021-03-02T20:33:49.105300Z

So does Cursive work best with CE or Ultimate? I have a license for all the JetBrains things but didn’t know if Ultimate has things that get in the way of Cursive.

Todd 2021-03-02T20:34:23.105900Z

Also looking for some good guidance on REPL Driven Development with Cursive and its tools

2021-03-02T20:43:31.106200Z

I’m using Cursive with Ultimate, works great.

👍 1
➕ 3
salam 2021-03-02T23:03:38.110100Z

you may check this video out: https://vimeo.com/230220635

salam 2021-03-02T23:04:15.110700Z

i use Cursive with both the Ultimate (at work) and the Community (for personal fiddling) editions and haven’t noticed any difference.