Fork me on GitHub
#off-topic
<
2016-01-29
>
cfleming00:01:03

@kamuela: Cursive works fine with Leiningen projects, it’s what 95% of people do and it’s the recommended config.

Kamuela01:01:34

@cfleming: does cursive create Leiningen projects itself?

cfleming01:01:56

@kamuela: Well, it uses Leiningen to do it, but you can do it from within the IDE, yes

cfleming01:01:36

File-&gt;New-&gt;Project…, then select Leiningen

cfleming01:01:24

You can select which template you want to use etc there.

doddenino07:01:27

Cursive doesn't work with webstorm, right?

doddenino07:01:44

Cause I still have my license lying somewhere :D

rasom08:01:48

@doddenino: yes, it works only with intellij

doddenino08:01:32

@rasom does it have inline evaluation?

rasom08:01:22

no, at least I don’t know about this. But you always can send any form to the repl using shortcut. Usually it’s enough

doddenino08:01:22

I see, thanks

cfleming08:01:10

@doddenino: No, it doesn’t work with WebStorm right now, but I’m hopeful it might sometime soon.

cfleming08:01:29

It does work with the community edition of IntelliJ though.

cfleming08:01:42

No inline evaluation right now sorry, I’m also waiting on JetBrains to add support for that. I can do it fairly easily now but only for results on a single line, and with no good way to pop up a collapsible tree or something for larger data structures.

doddenino08:01:51

@cfleming cool, thanks for the answer! I'll try going with webstorm+intellij and see if it works for me

cfleming08:01:12

@doddenino: Cool, come hang out in #C0744GXCJ if you have problems

cfleming08:01:37

Or even if you don’t simple_smile

Kamuela17:01:55

@cfleming: ok I’ve figured out leiningen, yes it’s pretty nice with Cursive after all simple_smile