LSProtocol::EditRangeWithInsertReplace
Inherits JSON::Serializable / Reference / Object
Edit range variant that includes ranges for insert and replace operations.
@since 3.18.0
Constructors
new(insert : Range | Nil, replace : Range | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
insert
Sourcereplace
Source