LSProtocol::TextDocumentContentChangePartial
Inherits JSON::Serializable / Reference / Object
@since 3.18.0
Constructors
new(range : Range | Nil, text : String | Nil, range_length : UInt32 | Nil = nil)
Sourcenew(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.