struct

LSP::TextDocumentEdit

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

edits

The edits to be applied.

Source
edits=(edits : Array(TextEdit | AnnotatedTextEdit))

The edits to be applied.

Source
text_document

The text document to change.

Source
text_document=(text_document : TextDocumentIdentifier)

The text document to change.

Source
text_document=(text_document : String)
Source