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.** Sometimes I'd like to invoke the refresh while focused on the refresh buffer. **Describe the solution you'd like** Support the...

good first issue

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

bug
pinned

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

bug
help wanted
high priority

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

bug
good first issue

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

enhancement
good first issue

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

enhancement
good first issue

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

bug
good first issue

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

bug
good first issue

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

enhancement
help wanted
high priority

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

bug
debugger
pinned