Skip to content

0.95.0

Compare
Choose a tag to compare
@NipunaRanasinghe NipunaRanasinghe released this 27 Jul 11:28
· 167 commits to master since this release

What's New

  • Added compatibility for IDEA 2020.x and 2021.x versions - #187, #188, #191, #251

Improvements

  • Improved LSP Highlighting Annotator to be more extensible - #196
  • Added support for passing in symbol pattern as a query - #199
  • Bumped compatible LSP version to 3.15.0 - #201
  • Improved performance when a connected file changes only the writable status - #206
  • Improved support for ShowMessage requests - #219
  • Added support for starting connections without opening an Editor first - #220
  • Enhanced support for symbol icons - #222
  • Added support for tabSize in Formatting Options - #225
  • Improved hover support for darkmode themes - #244

Bug Fixes

  • Fixed NPEs in LS wrapper - #194
  • Fixed NPEs in DefaultRequestManager - #197
  • Fixed GotoDefinition for IDEA 2020.2 in windows - #214
  • Fixed editText.range being ignored in completion Requests - #214
  • Fixed LSPOutOfBoundExceptions - #228
  • Fixed removal of listeners in case another editor with same URI is closed - #231
  • Fixed concurrency/blocking issues when handling didChange events - #233
  • Fixed support for empty text edits - #234
  • Fixed various bugs related to hover support - #235
  • Fixed various issues related to split editor support - #241
  • Fixed various NPE issues - #248, #267, #268