cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
## Expected behavior Actual character in string printed in correct colors. This works using a regular lein repl. ## Actual behavior [42ml is printed what appears to be every 103rd...
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...
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...
> 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...
**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...
**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...
**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...