LSProtocol::InsertReplaceEdit
Inherits JSON::Serializable / Reference / Object
A special text edit to provide an insert and a replace operation.
@since 3.16.0
Constructors
new(insert : Range | Nil, new_text : String | Nil, replace : Range | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source