简体   繁体   English

尝试为Clojure项目创建本地REPL时模块丢失

[英]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. 您好我正在尝试为IntelliJ Ultimate 2018.1.6中的Clojure项目创建本地REPL。

Run/debug configurations > Edit configurations > Add Clojure REPL > Local 运行/调试配置>编辑配置>添加Clojure REPL>本地

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. 我是Clojure,IntelliJ以及整个生态系统的新手,因此我试图将这一切包裹起来。

Try to open your project.clj . 尝试打开project.clj

A hint shall appear, saying, Leiningen project is not registered. 应该出现一个提示,说Leiningen项目没有注册。

在此输入图像描述

Press Add project and after that proceed to your Run/debug configurations > Edit configurations > Add Clojure REPL > Local Add project ,然后继续Run/debug configurations > Edit configurations > Add Clojure REPL > Local

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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