Clojure-Kit
Clojure-Kit copied to clipboard
Clojure/ClojureScript plugin for IntelliJ-based IDEs
Are there any plans on supporting the debugger? Last [mention of a debugger](https://github.com/gregsh/Clojure-Kit/issues/3) is from 2016, which was a long time ago. It is the only thing missing in this...
There's a relatively new linter for Clojure, [clj-kondo](https://github.com/borkdude/clj-kondo/) which has lately gained a lot of popularity among Clojure devs for being a very well thought out and comprehensive Clojure linting...
I did not find a place to ask questions, so I use an issue for it. I'm looking for a command to load a clojure file into the REPL (IntelliJ)....
Hello and thanks for this nice plugin! I have encountered a problem while trying to start the REPL, either via the shortcut (`Ctrl + Enter`) or from the menu `Tools...
only way to run unit tests now is to run lein test on the terminal? it would be useful, if you could run a namespace -based test collection or similar.
It would be nice if a small Tooltip could be shown if project synchronization fails. I just get this exception in idea.log which makes it clear what I need to...
@gregsh, first of all I'd like to say thanks for your great work of reviving open-source clojure plugin! It's amazing. What I personally miss from the days of good old...
that should be ``` (letfn [(foo [a] (xxx))]) ``` currently, it is ``` (letfn [(foo [a] (xxx))]) ```
When project startup completed ,The project root dir will generate .nrepl file which contains the nrepl port. And Could the plugin supoort for read the local .nrepl file to to...
Getting this exception for the following configuration: - IntelliJ IDEA 2023.2.3 (Ultimate Edition) - Build #IU-232.10072.27, built on October 10, 2023 - macOS 14.0 ``` java.lang.Throwable: Do not perform a...