GenLSP.Protocol.Structures.InsertReplaceEdit (gen_lsp v0.0.1)
A special text edit to provide an insert and a replace operation.
@since 3.16.0
properties
Properties
newText :: string (required)
The string to be inserted.
insert :: Range (required)
The range if the insert is requested
replace :: Range (required)
The range if the replace is requested.