You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper variable coloring. Variable tokens should have different token classes assigned to them depending on whether they are locals, fields, const fields, parameters or enum members.
Unused variables should be grayed out
Struct constructors should be colored like types
The text was updated successfully, but these errors were encountered:
Add semantic tokens LSP feature
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens
Use cases:
The text was updated successfully, but these errors were encountered: