insert static method
Utility to create an insert snippet edit.
Implementation
static _i3.SnippetTextEdit insert(
_i3.Position position,
_i3.SnippetString snippet,
) =>
_i5.callMethod(
_declaredSnippetTextEdit,
'insert',
[
position,
snippet,
],
);