struct LSP::DidChangeTextDocumentParams::TextDocumentContentChangeEvent
- LSP::DidChangeTextDocumentParams::TextDocumentContentChangeEvent
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- LSP::Initializer
Defined in:
notifications/text_synchronization/did_change.crConstructors
Instance Method Summary
-
#range : Range
The range of the document that changed.
-
#range=(range : Range)
The range of the document that changed.
-
#text : String
The new text for the provided range - or the whole document.
-
#text=(text : String)
The new text for the provided range - or the whole document.