SemanticTokensEdit
- class SemanticTokensEdit
LSP compatible
SemanticTokensEditstructure.See LSP Specification for more details.
Members defined in
SemanticTokensEdit(4 members)
RThe elements to insert.
RWThe count of elements to remove.
RWThe start offset of the edit.
Attributes
- property data: syside.ContainerView[int] | None
The elements to insert.
- property delete_count: int
The count of elements to remove.
- property start: int
The start offset of the edit.
Methods
- __init__(start: int, delete_count: int, data: Sequence[int] | None = None) None