GenLSP.Protocol.Structures.TextEdit (gen_lsp v0.0.1)

A text edit applicable to a text document.

properties

Properties

range :: Range (required)

The range of the text document to be manipulated. To insert text into a document create a range where start === end.

newText :: string (required)

The string to be inserted. For delete operations use an empty string.