Clarice Bouwer
Clarice Bouwer

Reputation: 3811

Module missing when trying to create local REPL for Clojure project

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

Run configurations

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

Answers (1)

akond
akond

Reputation: 16035

Try to open your project.clj.

A hint shall appear, saying, Leiningen project is not registered.

enter image description here

Press Add project and after that proceed to your Run/debug configurations > Edit configurations > Add Clojure REPL > Local

Upvotes: 4

Related Questions