LSProtocol::ClientSemanticTokensRequestOptions
Inherits JSON::Serializable / Reference / Object
@since 3.18.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(full : Bool | ClientSemanticTokensRequestFullDelta | Nil = nil, range : Bool | JSON::Any | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
full
The client will send the textDocument/semanticTokens/full request if
the server provides a corresponding handler.
range
The client will send the textDocument/semanticTokens/range request if
the server provides a corresponding handler.