cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
**Is your feature request related to a problem? Please describe.** Sometimes I'd like to invoke the refresh while focused on the refresh buffer. **Describe the solution you'd like** Support the...
Partially related to #2375. `cider-defun-at-point` goes completely nuts when invoked from forms prefixed by `#_` (or any other data reader for that matter). Here's an example (█ stands for cursor):...
We are using CIDER with a really big project (1000+ namespaces). Most of those namespaces have a common "prelude" form that requires and refers many other namespaces. With a project...
## Expected behavior In a project where both clj and cljs REPLs exist in the session, the \*cider-scratch\* buffer should behave like a cljc buffer. Namely, it should obey the...
This [recent convo](https://github.com/BetterThanTomorrow/calva/issues/198) with @PEZ reminded that we don't check the REPL type before loading the REPL utils and they are basically the Clojure ones all the time. That should...
I am opening this as a restart of #2353. Would be nice to have: 1. project level persistent REPL history customized directly by `cider-repl-history-file`. Some ideas on the implementation: -...
## Expected behavior CIDER starts and works properly with CLJS over tramp. ## Actual behavior CIDER does not start properly (with either 0.21.1 or 0.22.1 of nrepl) and the following...
When I have a buffer open, project.clj for example, over a tramp connection and I try to jack-in, CIDER somehow replaces `lein` with the tramp buffer name. For example: ```...
**Is your feature request related to a problem? Please describe.** As I use Clojure tools more and more I have become quite accustomed to using Clojure tools alias options i.e...
## Expected behavior Function with `#dbg` is correctly instrumented ## Actual behavior ``` 2. Unhandled clojure.lang.Compiler$CompilerException Error compiling src/xyzzy/core.clj at (3:1) 1. Caused by java.lang.NegativeArraySizeException (No message) ``` ## Steps...