MCPcopy Create free account
hub / github.com/TonyRobotics/RoboWare-Studio / insert

Method insert

src/vs/vscode.d.ts:1084–1084  ·  view source on GitHub ↗

* Insert text at a location. * You can use \r\n or \n in `value` and they will be normalized to the current [document](#TextDocument). * Although the equivalent text edit can be made with [replace](#TextEditorEdit.replace), `insert` will produce a different resulting selection (it will get mov

(location: Position, value: string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

getPositionMethod · 0.65
getChangeRevertEditsFunction · 0.65
appendOutputMethod · 0.65
openMarkdownMethod · 0.65
openContributionsMethod · 0.65
openDependenciesMethod · 0.65
applyEditsToBufferMethod · 0.65
applyEditsToBufferMethod · 0.65
doInsertFinalNewLineMethod · 0.65
map.test.tsFile · 0.65

Implementers 2

TextEditsrc/vs/workbench/api/node/extHostTypes
TextEditorEditsrc/vs/workbench/api/node/extHostTextE

Calls

no outgoing calls

Tested by

no test coverage detected