Reputation: 3811
Hi am trying to create a local REPL for a Clojure project in IntelliJ Ultimate 2018.1.6.
Run/debug configurations > Edit configurations > Add Clojure REPL > Local
Under common options the module dropdown list does not contain any modules
I am not sure how to add the project module to the list. I am new to Clojure, IntelliJ and the entire ecosystem so I am trying to wrap my head around all this.
Upvotes: 2
Views: 379
Reputation: 16035
Try to open your project.clj
.
A hint shall appear, saying, Leiningen project is not registered.
Press Add project
and after that proceed to your Run/debug configurations > Edit configurations > Add Clojure REPL > Local
Upvotes: 4