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