struct LSP::TextDocumentEdit
- LSP::TextDocumentEdit
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/text_document.crlsp/text_document_edit.cr
Constructors
Instance Method Summary
-
#edits : Array(TextEdit | AnnotatedTextEdit)
The edits to be applied.
-
#edits=(edits : Array(TextEdit | AnnotatedTextEdit))
The edits to be applied.
- #text_document : String
- #text_document=(text_document : TextDocumentIdentifier)
- #text_document=(text_document : String)