class LSProtocol::SemanticTokensDelta

Overview

@since 3.16.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(edits : Array(SemanticTokensEdit) | Nil, result_id : String | Nil = nil) #

[View source]

Instance Method Detail

def edits : Array(SemanticTokensEdit) #

The semantic token edits to transform a previous result into a new result.


[View source]
def result_id : String | Nil #

[View source]