简体   繁体   中英

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

运行配置

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM