microsoft / vscode-powerquery

Visual Studio Code extension for Power Query / M.
MIT License
86 stars 16 forks source link

[Enhancement] Use LSP based semantic token functionality #217

Open mattmasson opened 3 months ago

mattmasson commented 3 months ago

Our initial semantic token handling was implemented before it was fully supported in the vscode lsp framework.

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens

Look for implementation examples using: connection.languages.semanticTokens.on