Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 IntelliJ 的Cursive插件来编写 Clojure。
我想添加两个 Cursive 不附带的代码检查:超过 15 LOCdefn的函数和文档字符串(意外)位于参数向量之后的表单。
defn
我查看了 IntelliJ 的创建自定义检查页面并检查了用于 Java 代码的模板,但无法弄清楚如何查看 Cursive 使用的模板来进行它确实提供的检查。
有没有办法完成我想要的?我愿意根据需要手动完成。