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 the functionality in CIDER compatible with https://github.com/snoe/clojure-lsp ? I figure that would allow all of the CIDER goodies to work across platforms/editors if it was under LSP.

question
documentation
good first issue

**Is your feature request related to a problem? Please describe.** Not related to problem. **Describe the solution you'd like** When I type `(.tou`, I hope CIDER completion in company-mode can...

feature request
help wanted
good first issue

On a symbol name `teardown!`, cider-find-dwim will recoganize it as `teardown`. This happens for symbols ending with ? too.

bug
good first issue

## Expected behavior ```elisp (cider-insert-in-repl "(quil.applet/with-applet user/sketch-path (quil.core/redraw))" t) ``` I have the above elisp statement bound to a key, so I easily call re-draw my Quil sketch. I should...

bug
good first issue

(Feature request) It would be good to have a way of viewing and navigating to all the methods for a multimethod. Two things I've seen before (in LispWorks for Common...

feature request
help wanted
high priority

I'm getting an error when trying to eval `defn` with `#light` tag ``` Caused by java.lang.RuntimeException Unable to resolve symbol: STATE__ in this context ``` Trace ``` Util.java: 221 clojure.lang.Util/runtimeException...

bug

Looking for fn references (using a Clojurescript real) yields the following exception: Show: Project-Only All Hide: Clojure Java REPL Tooling Duplicates (12 frames hidden) This is an unexpected CIDER middleware...

good first issue

Seen this feature in [Jason Gilman talk](https://www.youtube.com/watch?v=buPPGxOnBnk) about `proto-repl` Atom package. It allows you to explore nested maps, vectors, lists in pop-up window, which I think is quite useful. Emacs...

pinned

**Is your feature request related to a problem? Please describe.** I usually want to call commands like `cider-inspect`, and `cider-macroexpand` with my cursor point at the beginning or middle of...

enhancement
pinned

Hi, When I try to use `cider-clojuredocs` from clojurescript codes it says : ‘cider-clojuredocs’ doesn’t support ClojureScript But when I try to use `cider-clojuredocs-web` from clojurescript it does open a...

enhancement
good first issue
cider-nrepl