class LSProtocol::ClientSemanticTokensRequestFullDelta

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(delta : Bool | Nil = nil) #

[View source]

Instance Method Detail

def delta : Bool | Nil #

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


[View source]