SemanticTokenData

constructor(line: Int, startChar: Int, length: Int, tokenType: Int, tokenModifiers: Int)

Parameters

line

zero-based line number of the token

startChar

zero-based character offset at which the token starts

length

length of the token in characters

tokenType

encoded token type index

tokenModifiers

encoded bitmask of token modifiers