Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-vscode
/
vscode
/
SnippetTextEdit
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
insert
Link copied to clipboard
fun
insert
(
position
:
Position
,
snippet
:
SnippetString
)
:
SnippetTextEdit
Utility to create an insert snippet edit.
replace
Link copied to clipboard
fun
replace
(
range
:
Range
,
snippet
:
SnippetString
)
:
SnippetTextEdit
Utility to create a replace snippet edit.