cider
cider copied to clipboard
The Clojure Interactive Development Environment that Rocks for Emacs
As part of #3037 I'm trying to get a better sense of how classloaders are used across nREPL, Orchard, `clojure.main`, and elsewhere. I've been doing some [deep diving](https://lambdaisland.com/blog/2021-08-25-classpath-is-a-lie) into this...
## Expected behavior Succesfully jump to java source files ## Actual behavior No symbol found ## Steps to reproduce the problem M-. on a given java symbol like (.toUpperClass) ##...
This issue reports a problem [which was discussed](https://clojurians.slack.com/archives/C0617A8PQ/p1601449358069800) in the clojurians forum. I often get the following confusing message when debugging clojure macros in cider.  The basic...
## Expected behavior If the cider-repl-history file is invalid, CIDER should still work. If CIDER could clean up invalid parts automatically, I would prefer that, but if that's impossible (or...
following the recent changes, update the docs so its clear what cider-jack-in is hoping to accomplish and how the user can customize this.
Not urgent, but I thought I would report what I see :smile: ## Expected behavior Not to have warning ## Actual behavior It shows up some warning during (async) compilation...
Hi Bozhidar! Cider adds a custom cider completion style to the `completion-styles-alist`. However the entry that is being added does not follow the required specification of completion-styles. This issue has...
Presently, this can only be called from the `test` NS. It would be nice if you could call `cider-test-run-test` from the `src` NS, instead of having to run the whole...
```emacs-lisp cider-clojure-cli-parameters . "-A:toolbox:koacha:kibit:user -M -m nrepl.cmdline --bind 0.0.0.0 --port 5309 --middleware '%s'" ``` handle the bind and port type arguments for cli jack in.
When the user hovers the mouse pointer over a symbol, we could show info such as 1. relevant metadata, 2. Is it a local, a Var from this namespace, or...