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
New configuration variable cider-result-overlay-position determining where debugger and inline eval result overlays should be displayed. Current options are 'at-eol and 'at-point.
#2606: Defcustom cider-path-translations for translating paths from nREPL messages (useful where a file appears to be somewhere, but it's actually somewhere else).
#2705: Middleware version check looks at only at the minor version for comparison (when the major version is 0) and ensures a matching major and a minor >= required otherwise.
Fixed some bugs related to the new suitable-powered ClojureScript code completion (this was fixed by upgrading the suitable used by cider-nrepl).
Remove a misplaced error message when doing clojuredocs-lookup.
#2721: Handle properly symbols ending in . (e.g. SomeRecord.).