class LSProtocol::SemanticTokens
- LSProtocol::SemanticTokens
- Reference
- Object
Overview
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#data : Array(UInt32)
The actual tokens.
-
#result_id : String | Nil
An optional result id.
Constructor Detail
Instance Method Detail
def result_id : String | Nil
#
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.