class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

insert
Source
replace
Source