You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option nrepl-prompt-to-kill-server-buffer-on-quit to control whether killing nREPL server buffer and process requires a confirmation prompt.
#1672: Allow setting a preferred build tool when multiple are found via cider-preferred-build-tool.
Ensure Clojure version meets minimum supported by CIDER (1.7.0).
Fringe indicators highlight which sexps have been loaded. Disable it with cider-use-fringe-indicators.
New command: cider-inspect-last-result.
cider-cljs-lein-repl now also supports figwheel.
Option cider-jack-in-auto-inject-clojure enables the user to specify a
version of Clojure for CIDER. This allows the user to override the version
used in a project, particular if it is lower than minimum required for CIDER.
Allow the ns displayed by eldoc to be tailored via cider-eldoc-ns-function.
After connecting a ClojureScript REPL, CIDER will try to figure out if it's being served on a port and will offer to open it in a browser.
#1720: Add a command cider-eval-sexp-at-point to evaluate the form around point (bound to C-c C-v v).
#1564: CIDER's internal namespaces and vars are filtered from the ns-browser and apropos functions.
#1725: Display class names in eldoc for interop forms.