cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

Results 211 cider issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
good first issue

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...

enhancement
good first issue

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....

enhancement
good first issue

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...

bug
good first issue

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...

feature request
help wanted
pinned

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...

feature request
good first issue

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...

documentation
good first issue

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...

enhancement
help wanted
debugger
pinned

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...

feature request

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....

good first issue