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
compliment#122: Completion: sort candidates by priority.
Inspector: add dedicated view for Exceptions.
Stop vendoring Haystack dependency.
Stop vendoring Puget dependency. You can still use puget pretty-printer in CIDER, but you need to depend on Puget explicitly. If Puget is not found on the classpath, CIDER will revert to clojure.pprint/pprint for pretty-printing.
#3777: Inspector no longer displays parsed Javadoc for Java classes and members.
#3790: Stacktrace: show messages and data for all exception causes by default.
#3807: Stacktrace: make exception data individually inspectable.
#3789: Completion: disable client-side sorting (defer to backend-provided candidate order).
#3797: Completion: enable cider-completion-style by default (this enables richer completion suggestions where candidates don't have to strictly match the prefix).
#3803: Enable dynamic indentation for clojure-ts-mode.
#3805: Profiler: update to latest profiling middleware.