Skip to content

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 01:09
· 117 commits to main since this release
dc2810b

Depend on the latest approved nightly build of LSP4IJ: 0.8.0-20241124-230741
Depends on platformPlugins: [com.redhat.devtools.lsp4ij:0.8.0-20241124-230741@nightly]

  • add a first try for goto symbol/class implementation
    • for some performance tuning currently debouncing gap set to 1 second
    • a setting for the debouncing gap
  • some refactor on settings
  • setting for starting the language server eagerly or not
  • setting for file progressing all open editors eagerly or not (requires lsp4ij 0.8.0)

@enigmurl