Options
All
  • Public
  • Public/Protected
  • All
Menu

A snippet edit represents an interactive edit that is performed by the editor.

Note that a snippet edit can always be performed as a normal text edit. This will happen when no matching editor is open or when a workspace edit contains snippet edits for multiple files. In that case only those that match the active editor will be performed as snippet edits and the others as normal text edits.

Hierarchy

  • SnippetTextEdit

Index

Constructors

Properties

Methods

Constructors

Properties

range: Range

The range this edit applies to.

snippet: SnippetString

The snippet this edit will perform.

Methods