struct
LSP::SemanticTokens
- LSP::SemanticTokens
- Struct
- Value
- Object
Overview
The semantic tokens of a document.
The data is an array of relative 5-tuples: delta line, delta start, length, token type index and token modifier bitset.
Included Modules
Defined in:
requests/language_features/semantic_tokens.crConstructors
Instance Method Summary
- #data : Array(Int32)
- #data=(data : Array(Int32))
-
#result_id : String | Nil
An optional result id, used by the delta protocol.
-
#result_id=(result_id : String | Nil)
An optional result id, used by the delta protocol.