Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
SnippetTextEdit
/
Companion
/
insert
insert
fun
insert
(
position
:
Position
,
snippet
:
SnippetString
)
:
SnippetTextEdit
(
source
)
Utility to create an insert snippet edit.
Parameters
position
A position, will become an empty range.
snippet
A snippet string.