class LSProtocol::SemanticTokensFullDelta

Overview

Semantic tokens options to support deltas for full documents

@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 server supports deltas for full documents.


[View source]