cider icon indicating copy to clipboard operation
cider copied to clipboard

The Clojure Interactive Development Environment that Rocks for Emacs

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

## Expected behavior `cider-repl-set-ns` should not change the `cider-repl` session type. ## Actual behavior `cider-repl-set-ns` in a `cljs:shadow` session will change the session type to `clj`. ## Steps to reproduce...

bug
help wanted
ClojureScript

**Is your feature request related to a problem? Please describe.** An alternative for Windows users is to call the clojure compiler and other tools via Windows Subsystem for Linux, for...

enhancement
help wanted

## Expected behavior After updating compliment to the version 0.3.13 I would expect completion candidates for desctucture namespaced keywords in maps. Related PR: https://github.com/alexander-yakushev/compliment/pull/83 ## Actual behavior No candidates provided...

**Is your feature request related to a problem? Please describe.** I very much love working in CIDER, and I also quite like Babashka, but there are a few tiny gaps...

feature request
help wanted
good first issue

I'm suggesting a feature to make selecting a key from a Clojure hashmap slightly easier by having a shortcut in cider to call clojure.core/keys and produce a list that the...

feature request
help wanted

## Expected behavior When logging with `clojure.tools.logging` with `log4j2` backend set via relevant `clojure.tools.logging.imlp` factory I expect log messages both in NREPL and in REPL buffer. Note that we have...

bug
help wanted

## Expected behavior When running code which produces a lot of output in the CIDER REPL buffer, the output should show reasonably fast (within the limits of Emacs' capabilities regarding...

duplicate
enhancement

**Remove all of the placeholder text in your final report!** ## Expected behavior Given a cljs form which throws an exception. When evaluating the form in a cljs-buffer, the thrown...

bug
ClojureScript

## Expected behavior Cider-doc should resolve symbols from dependencies such as Google Closure and attempt to evaluate their doc-string if no other source of documentation is available. ## Actual behavior...

ClojureScript

Hey. I'm an `evil-mode` user and something that bothers me is that I can't go to `cider-inspector` and use `f{` key to jump to first curly paren. This happens because...

enhancement
help wanted