An edit operation applied on drop.

Constructors

Properties

additionalEdit?: WorkspaceEdit

An optional additional edit to apply on drop.

insertText: string | SnippetString

The text or snippet to insert at the drop location.

Kind of the edit.

title?: string

Human readable label that describes the edit.

yieldTo?: readonly DocumentDropOrPasteEditKind[]

Controls the ordering or multiple edits. If this provider yield to edits, it will be shown lower in the list.