class LSProtocol::LinkedEditingRangeParams

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : Position | Nil, text_document : TextDocumentIdentifier | Nil, work_done_token : ProgressToken | Nil = nil) #

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

[View source]

Instance Method Detail

def position : Position #

The position inside the text document.


[View source]
def text_document : TextDocumentIdentifier #

[View source]
def work_done_token : ProgressToken | Nil #

[View source]