class LSProtocol::ClientSemanticTokensRequestOptions
- LSProtocol::ClientSemanticTokensRequestOptions
- Reference
- Object
Overview
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(full : Bool | ClientSemanticTokensRequestFullDelta | Nil = nil, range : Bool | JSON::Any | Nil = nil)
Instance Method Summary
-
#full : Bool | ClientSemanticTokensRequestFullDelta | Nil
The client will send the
textDocument/semanticTokens/full
request if the server provides a corresponding handler. -
#range : Bool | JSON::Any | Nil
The client will send the
textDocument/semanticTokens/range
request if the server provides a corresponding handler.
Constructor Detail
def self.new(full : Bool | ClientSemanticTokensRequestFullDelta | Nil = nil, range : Bool | JSON::Any | Nil = nil)
#
Instance Method Detail
def full : Bool | ClientSemanticTokensRequestFullDelta | Nil
#
The client will send the textDocument/semanticTokens/full
request if
the server provides a corresponding handler.
def range : Bool | JSON::Any | Nil
#
The client will send the textDocument/semanticTokens/range
request if
the server provides a corresponding handler.