class LSProtocol::ClientSemanticTokensRequestOptions

Overview

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(full : Bool | ClientSemanticTokensRequestFullDelta | Nil = nil, range : Bool | JSON::Any | Nil = nil) #

[View source]

Instance Method Detail

def full : Bool | ClientSemanticTokensRequestFullDelta | Nil #

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


[View source]
def range : Bool | JSON::Any | Nil #

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


[View source]