cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
## 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...
**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...
## 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...
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...
## 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...
## 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...
**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...
## 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...
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...