Skip to content

Releases: kirides/DaedalusLanguageServer

v1.0.0 - Binary release

21 Apr 09:13
b3bfbca

Choose a tag to compare

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