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

## Expected behavior Actual character in string printed in correct colors. This works using a regular lein repl. ## Actual behavior l is printed what appears to be every 103rd...

stale

After I enabled `cider-enable-flex-completion` instead of `cider-company-enable-fuzzy-completion`, I noticed that my completion was acting up. Certain prefixes that used to complete correctly now failed to complete, and weird suggestions were...

## Expected behavior ```clojure user> (add-lib 'cheshire/cheshire {:mvn/version "5.13.0"}) [cheshire/cheshire com.fasterxml.jackson.core/jackson-core com.fasterxml.jackson.dataformat/jackson-dataformat-cbor com.fasterxml.jackson.dataformat/jackson-dataformat-smile com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations com.google.guava/guava com.google.j2objc/j2objc-annotations org.checkerframework/checker-compat-qual org.codehaus.mojo/animal-sniffer-annotations tigris/tigris] ``` ## Actual behavior ```clojure user> (add-lib 'cheshire/cheshire {:mvn/version "5.13.0"})...

- Strengthen `cider-ns--present-error` - `cider-ns--present-error`: prefer `end-of-sexp` - One has to use structural movements in order to present the overlay without errors. - By using this finer-grained function, it's more...

stale

My overall intent is the possibility to have the `*cider-inspect*` buffer permanently on a background frame. cider-eval would have that frame's cider-inspect buffer re-rendered, _without switching to it_, given that...

stale

> Fixes https://github.com/clojure-emacs/cider/issues/3633 Seems to work nicely (per the nrepl logs, and evaluating some huge objects). Marking the PR as draft as I'll want to test out the defuns one...

## Context DSLs and libraries with special semantics aren't uncommon in the Clojure world. Users of those may want some extra highlighting rules, with different faces, that apply to just...

stale

**Is your feature request related to a problem? Please describe.** If you have cider-auto-test-mode sometimes lots of tests are triggered by loading a file, but there is no visual cue...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** When opening a Clojure project, there are a number of repetitive tasks I have to perform to set things up...

stale

**Is your feature request related to a problem? Please describe.** When stepping through in cider debugger and inspecting nested data, that data gets wrapped instead of ideally being displayed in...