SimpleTokenData
A simplified version of a semantic token, used for initial processing. This can be converted to a full semantic token via toSemanticData.
Parameters
range
the character range, inclusive, of the token in the text
type
the type of the token, which is an index into the semantic token legend
Properties
Functions
Link copied to clipboard
Converts a SimpleTokenData to a full SemanticTokenData which adheres to the LSP specification.