LSP::TextDocumentContentChangeEvent
Inherits JSON::Serializable < Struct < Value < Object
An event describing a change to a text document. If only a text is provided it is considered to be the full content of the document.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
range_length
The optional length of the range that got replaced.
@deprecated use range instead.
range_length=(range_length : UInt32 | Nil)
The optional length of the range that got replaced.
@deprecated use range instead.