Skip to content

v1.0.0 - Binary release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 09:13
· 1 commit to master since this release
b3bfbca

Initial binary release

This Language Server implements the following features

  • textDocument/completion
  • textDocument/definition
  • textDocument/typeDefinition
  • textDocument/hover
  • textDocument/signatureHelp
  • textDocument/implementation
  • textDocument/semanticTokens/full
  • textDocument/semanticTokens/range
  • textDocument/inlayHint
  • textDocument/documentSymbol
  • textDocument/references
  • textDocument/codeLens
  • workspace/symbol

it reacts on:

  • textDocument/didOpen
  • textDocument/didChange
  • textDocument/didSave
  • textDocument/didClose