LSP::SemanticTokensOptions
Inherits LSP::WorkDoneProgressOptions < JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
full
Whether the server supports full document requests. The object form
({ delta: true }) is not modelled.
full=(full : Bool | Nil)
Whether the server supports full document requests. The object form
({ delta: true }) is not modelled.
range=(range : Bool | Nil)
Whether the server supports range requests. The object form
({ }) is not modelled.