cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
On https://cider.readthedocs.io/en/latest/indent_spec/, I couldn't see the indent specs that were used in the Special Arguments and Internal indentation sections. Would it be possible to add them, so people can see...
When I'm working with `cider-test` and a test throws a `ex-info` with a large data structure (i.e. working with prismatic.schema), it's always printed in a single line (regardless if I...
After launching a CLJS REPL, auto-completion works well. But, after moving to a new namespace with such a command as (ns something.core), auto-completion breaks for many namespaces.
Not sure whether to call this a bug report or an improvement. Personally I find it annoying that when I'm done debugging something the point stays in the source file...
That's a relatively small bug, but it's also kind of annoying that the special font-locking never goes away from functions that were already evaluated in the REPL. ## Expected behavior...
## Expected behavior This code adds breakpoints wherever possible: ```clojure (defn repro [x] #dbg [x]) ``` ## Actual behavior When evaling above fn in a way that triggers the debugger...
When running tests via clojure-test-mode it was nice that you got instant feedback while running tests. A failing test at the beginning of a test run could already be taken...
## Request When I use `cider-connect-cljs` to connect to a `shadow-cljs` nREPL server, I always need to manually select the `server`, the `port` and the `build`, which for a project...
One big pain when working with nREPL today is that in Emacs a `nil` and an empty list are the same thing. This means that nils and empty lists get...
## Expected behavior I expect, especially when writing macros that return an anonymous function with destructuring (example (defmacro bla `(fn [& env#] ...))) that I should be able to set...