struct LSP::Protocol::TextDocumentContentChangeEvent
- LSP::Protocol::TextDocumentContentChangeEvent
- Struct
- Value
- Object
Defined in:
lsp/protocol/text_document_content_change_event.crConstructors
Instance Method Summary
- #range : Union(Range, Nil)
- #range=(_range : Union(Range, Nil))
- #range_length : Union(Int32, Nil)
- #range_length=(_range_length : Union(Int32, Nil))
- #text : String
- #text=(_text : String)
- #to_json(json : JSON::Builder)