cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
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.
**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...
On a symbol name `teardown!`, cider-find-dwim will recoganize it as `teardown`. This happens for symbols ending with ? too.
## 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...
(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...
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...
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...
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...
**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...
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...