Interface SnippetTextEdit

An interactive text edit.

3.18.0

interface SnippetTextEdit {
    annotationId?: string;
    range: Range;
    snippet: StringValue;
}

Properties

annotationId?: string

The actual identifier of the snippet edit.

range: Range

The range of the text document to be manipulated.

snippet: StringValue

The snippet to be inserted.