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.
Create new semantic tokens.
Token data.
Result identifier.
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.
Generated by TypeDoc. Maintained by 紫升
Links: 搜外友链, 69中文网
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.