struct LSP::Data::TextEdit
- LSP::Data::TextEdit
- Struct
- Value
- Object
Overview
A textual edit applicable to a text document.
Included Modules
- JSON::Serializable
Defined in:
lsp/data/text_edit.crConstructors
Instance Method Summary
- #new_text : String
- #new_text=(new_text : String)
-
#range : Range
The range of the text document to be manipulated.
-
#range=(range : Range)
The range of the text document to be manipulated.
Constructor Detail
Instance Method Detail
The range of the text document to be manipulated. To insert netext into a document create a range where start === end.
The range of the text document to be manipulated. To insert netext into a document create a range where start === end.