Skip to content

2024.03.31-19.10.13

Compare
Choose a tag to compare
@clojure-lsp-bot clojure-lsp-bot released this 01 Apr 11:27
· 13 commits to master since this release
a10592f
  • Editor
    • Adding require command fails for requires without alias. #1791
    • Add require command without alias now add requires with brackets.
    • Project tree feature now support keyword definitions like re-frame sub/reg. #1789
    • Support textDocument/foldingRange LSP feature. #1602
    • Improve textDocument/documentSymbol considering keyword definitions and returning flatten elements.
    • Fix Add require/import usages count in code actions. #1794.