class

LSProtocol::ClientSemanticTokensRequestOptions

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

new(pull : JSON::PullParser)
Source
new(full : Bool | ClientSemanticTokensRequestFullDelta | Nil = nil, range : Bool | JSON::Any | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

full

The client will send the textDocument/semanticTokens/full request if the server provides a corresponding handler.

Source
range

The client will send the textDocument/semanticTokens/range request if the server provides a corresponding handler.

Source