class LSProtocol::SemanticTokensEdit

Overview

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(delete_count : UInt32 | Nil, start : UInt32 | Nil, data : Array(UInt32) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : Array(UInt32) | Nil #

The elements to insert.


[View source]
def delete_count : UInt32 #

[View source]
def start : UInt32 #

The start offset of the edit.


[View source]