cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
**Is your feature request related to a problem? Please describe.** When I switched from lein to Clojure CLI on MS Windows 10, cider-jack-in failed. The reason was unclear (to me...
As you can't encode false/nil with bencode you're actually supposed not to send such flags, but I guess people do it from time to time by mistake. It'd be nice...
I expect jump-to-definition (`cider-find-var`/`M-.`) and jump-back-to-where-I-was (`cider-pop-back`/`M-,`) to move up and down a dynamic stack of definitions, with each jump-back operation staying within the scope of each sequence of calls....
This error occurs when there's some buffer in `clojure-mode` with an invalid ns declaration (such as `(ns )`. It seems that the culprit is `clojure-find-ns` (see the stacktrace below), which...
It feels like there is a gap for "interactive program exploration" that is only serviced very well in the Clojure ecosystem, like there now is for IDE features (Language Server...
I often use dev namespaces for more casual code but dev namespace buffers need to be compilable in entirety. cider-scratch is a nice middle-ground where you can evaluate expressions into...
Hi, It would be great if there was a section on the ClojureScript docs about setting up a "fullstack" cider environment for clojure and clojurescript. I was able to make...
I am working on a new package `dap-mode` which is using [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) which currently supports debugging java. Here it is guide how it can be configured to debug...
Is nobody troubled by the change that `cider-pprint-eval-last-sexp` does not direct stdout to the same buffer as the eval result? Or there doesn't seem to be an option to enable...
Hi there, I have a warning here, not a big deal and I can try to have a look at in my free time but I wanted to report it....