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