I have loaded up Intellij and Cursive on my computer, all appears to work well except for the fact that I can not load a namespace in to the REPL nor can I run with Leinigen.
When I load the code into the REPL the REPL loads up but nothing is loaded into the REPL. I can then use the REPL though.
when I edit configurations I can only select normal processes and I can not run with Leiningen.
any help would be appreciated.
Cursive, like most Clojure environments, doesn't load anything into your REPL by default. You can load code into the REPL using Tools→REPL→Load file in REPL. Note that this will not, by default, switch your REPL namespace to that of the loaded file - you'll need to use Tools→REPL→Switch REPL NS to current file for that, or you can require the loaded namespace into user as usual.
You should be able to create Leiningen Run Configurations, there is an option there to run specific tasks with Lein - if this doesn't work, please provide more information about exactly what you tried and what happened.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With