class LSProtocol::TextEdit
- LSProtocol::TextEdit
- Reference
- Object
Overview
A text edit applicable to a text document.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#new_text : String
The string to be inserted.
-
#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 text into a document create a range where start === end.