struct LSP::TextDocumentEdit

Included Modules

Defined in:

lsp/protocol/text_document_edit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def edits : Array(TextEdit) #

The edits to be applied.


[View source]
def edits=(edits : Array(TextEdit)) #

The edits to be applied.


[View source]

The text document to change.


[View source]
def text_document=(text_document : OptionalVersionedTextDocumentIdentifier) #

The text document to change.


[View source]