struct LSP::TextDocumentEdit
- LSP::TextDocumentEdit
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/text_document_edit.crConstructors
Instance Method Summary
-
#edits : Array(TextEdit)
The edits to be applied.
-
#edits=(edits : Array(TextEdit))
The edits to be applied.
-
#text_document : OptionalVersionedTextDocumentIdentifier
The text document to change.
-
#text_document=(text_document : OptionalVersionedTextDocumentIdentifier)
The text document to change.
Constructor Detail
Instance Method Detail
def text_document=(text_document : OptionalVersionedTextDocumentIdentifier)
#
The text document to change.