struct LSP::TextDocumentContentChangeEvent
- LSP::TextDocumentContentChangeEvent
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/text_document_content_change_event.crConstructors
Instance Method Summary
-
#range : Range | Nil
The range of the document that changed.
-
#range=(range : Range | Nil)
The range of the document that changed.
-
#range_length : Int32 | Nil
The length of the range that got replaced.
-
#range_length=(range_length : Int32 | Nil)
The length of the range that got replaced.
-
#text : String
The new text of the range/document.
-
#text=(text : String)
The new text of the range/document.