SemanticTokens
- class SemanticTokens
LSP compatible
SemanticTokensstructure.See LSP Specification for more details.
Members defined in
SemanticTokens(3 members)Attributes
- property data: syside.ContainerView[int]
The actual tokens.
Values are dependent on the position encoding used during
build.
- property result_id: str | None
An optional result id.
If provided and clients support delta updating the client will include the result id in the next semantic token request. A server can then instead of computing all semantic tokens again simply send a delta.
Methods