TextEdit
Object Hierarchy:
Description:
public struct TextEdit
A textual edit applicable to a text document.
Content:
Properties:
- public string? annotation_id { get; set; }
An identifier referring to a change annotation managed by a workspace
edit.
- public string new_text { get; set; }
The string to be inserted. For delete operations use an empty string.
- public Range range { get; set; }
The range of the text document to be manipulated. To insert text into
a document create a range where start ==== end.
Creation methods:
Methods:
Fields: