An edit operation applied {@link DocumentDropEditProvider on drop}.

Constructor

new(insertText:EitherType<String, SnippetString>)

Parameters:

insertText

The text or snippet to insert at the drop location.

Variables

additionalEdit:Null<WorkspaceEdit>

An optional additional edit to apply on drop.

insertText:EitherType<String, SnippetString>

The text or snippet to insert at the drop location.