A text edit represents edits that should be applied to a document.
Create a new TextEdit.
A range.
A string.
The eol-sequence used in the document.
Note that the eol-sequence will be applied to the whole document.
The string this edit will insert.
The range this edit applies to.
Utility to create a delete edit.
A new text edit object.
Utility to create an insert edit.
A position, will become an empty range.
Utility to create a replace edit.
Utility to create an eol-edit.
An eol-sequence
A text edit represents edits that should be applied to a document.