·
9 commits
to master
since this release
- Add
as->to the "Resolve macro as" list - New code actions: refactor cond to if, and refactor if to cond
- Allow finding references of multiple definitions at cursor. #2176
- Fix CLI format
:style/indentsupport via project type flag. - Fix format
:style/indentconflicts with core macros. #2197 - Lots of bumps:
- clj-kondo: 2026.01.19
- rewrite-clj: 1.2.50 -> 1.2.51
- clojure: 1.12.0 -> 1.12.4
- core.async: 1.6.681 -> 1.8.741
- cljfmt: 0.15.5 -> 0.16.0
- babashka/fs: 0.5.28 -> 0.5.31
- babashka/sci: 0.9.45 -> 0.12.51
- babashka/cli: 0.8.65 -> 0.8.67
- babashka/process: 0.5.22 -> 0.6.25
- timbre: 6.7.0-alpha1 -> 6.8.0
- clj-otel-api: 0.2.7 -> 0.2.10
- opentelemetry: 1.51.0 -> 1.59.0
- bb.pods: -> ed5e1f3
- lsp4clj: 1.13.1 -> 2.0.1
- Add selection to Extract Function code action #2118
- Fix replace-refer-all mangling unrelated symbols #2150
- Add threading to Extract Function code action #2175
- Fix unused-public-var :exclude-when-contains-meta not being considered for .lsp/config.edn.
- Fix unused-public-var not working with :config-in-ns in kondo config.
- Include reader functions in special cases for finding the last element in a container
- Wrap hovered function definitions in parentheses.