Skip to content

LSP4E 0.27.0 released

Latest
Compare
Choose a tag to compare
@rubenporras rubenporras released this 20 Jan 14:42
· 2 commits to main since this release

What's Changed

  • feat: add icons for SymbolKind.Object, SymbolKind.TypeParameter by @sebthom in #1178
  • feat: add "Collaps All" button to ouline view by @sebthom in #1177
  • feat: support initial folding of license header by @sebthom in #1184
  • feat: add "Copy Value" context menu item to LanguageServers view by @sebthom in #1185
  • feat: support auto folding of comments and add folding preferences page by @sebthom in #1171

Fixes

  • fix: Prevent LanguageServers.forProject().anyMatching() from blocking by @sebthom in #1179
  • fix: Do not log InterruptedException as error in LSPTextHover by @rubenporras in #1159
  • perf: add findResourceFor(URI) cache to SymbolsLabelProvider #907 by @sebthom in #1172
  • perf: Improve the performance of LSPFoldingReconcilingStrategy.applyFolding by @merks in #1182
  • fix: Path matching in TextSelectionToIVariable does not work on Windows by @FlorianKroiss in #1175
  • fix: use human-friendly sorting in Outline by @sebthom in #1174

Removals

  • refact: remove deprecated LSPDiagnosticsToMarkers(IProject, String) ctor by @sebthom in #1188
  • refact: remove deprecated DocumentSymbolWithFile class by @sebthom in #1189

Other minor changes

Full Changelog: 0.26.7...0.27.0