Skip to content

0.94.0

Compare
Choose a tag to compare
@NipunaRanasinghe NipunaRanasinghe released this 10 Dec 12:24
· 339 commits to master since this release

What's New

  • Add LSP snippet (intellij live templates) support - #157
  • Add process builder based language server definition support - #162
  • Add support for customize icons from LS client implementation - #144
  • Add LabelProvider for LPS elements such as symbols - #148

Improvements

  • Add support for lsp4j 0.8.1 - #140
  • Improve symbol navigation - #141
  • Add various improvements to quick docs(hover support) - #149
  • Add support for file content based connection to LS - #150
  • Fix renaming support bug when the editor does not has focus when trying refactoring/renaming via the menu - #152

Bug Fixes

  • Fix NPE when symbol file are null due to LS symbol errors - #146
  • Fix sending a DidChangeWatchedFiles event when the files are renamed - #147
  • Fix invalid uri handling - #152
  • Fix disabled LSP Command Fixes - #156
  • Fix code actions NPE - #159
  • Fix potential memory leak in IntellijLanguageClient - #167
  • Add fix for invalid source navigation when tab characters are present - #168
  • Fix langserver connections are not being initialized for already opened editors at IDE startup - #169