struct LSP::TextEdit
- LSP::TextEdit
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/text_edit.crConstructors
Instance Method Summary
-
#new_text : String
The string to be inserted.
-
#new_text=(new_text : String)
The string to be inserted.
-
#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 string to be inserted. For delete operations use an empty string.
The string to be inserted. For delete operations use an empty string.
The range of the text document to be manipulated. To insert text into a document create a range where start === end.
The range of the text document to be manipulated. To insert text into a document create a range where start === end.