Represents semantic tokens, either in a range or in an entire document.
provideDocumentSemanticTokens for an explanation of the format.
SemanticTokensBuilder for a helper to create an instance.
The result id of the tokens.
This is the id that will be passed to DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits (if implemented).
DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits
The actual tokens data.
友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场
Generated by TypeDoc. Maintained by 洛竹
Represents semantic tokens, either in a range or in an entire document.
provideDocumentSemanticTokens for an explanation of the format.
SemanticTokensBuilder for a helper to create an instance.