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
#2881: Add command to evaluate list around point (cider-eval-list-at-point).
Changes
#2527: Enable auto-clear of REPL buffer by setting a limit to the max buffer size.
#2852: Convert 1-based column numbers in response map to Emacs' 0-based system.
Differentiate between more types in cider-eldoc. They used to be just var and fn and now we have additional handling for
macros, special forms and methods.
No longer fetches ClojureDocs data on first run (it's now bundled with cider-nrepl).
No longer updates the ClojureDocs data automatically on startup (it has to be updated explicitly using M-x cider-clojuredocs-refresh-cache).
Use nREPL 0.8 by default (when doing cider-jack-in).
Bugs fixed
Handle properly missing file metadata in cider-doc buffers, when you eval fallback to obtain var metadata.
Show eldoc for . and ...
#2860: Don't send blank strings in eldoc requests.
#2718: When calling cider-pprint-eval-last-sexp-to-comment, avoid printing empty comment if eval throws error.
#2796: Closing CIDER connection will disable the debug minor mode on clojure buffers.