syside.ide.DeltaSemanticToken
- class DeltaSemanticToken(delta_line: int, delta_character: int, length: int, type: int, modifiers: syside.ide.SemanticTokenModifiersSet)
Semantic token using delta encoded positions.
Initialization
- property delta_character: int
Character where the token starts if
line != 0
, else the number of characters after the previous semantic token start character.
- property modifiers: syside.ide.SemanticTokenModifiersSet
Set of semantic token modifiers.