MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / insert

Method insert

packages/vscode-shim/src/interfaces/editor.ts:48–48  ·  view source on GitHub ↗
(location: Position, value: string)

Source from the content-addressed store, hash-verified

46export interface TextEditorEdit {
47 replace(location: Position | Range | Selection, value: string): void
48 insert(location: Position, value: string): void
49 delete(location: Range | Selection): void
50 setEndOfLine(endOfLine: EndOfLine): void
51}

Callers 3

insertMethod · 0.65
TextEdit.test.tsFile · 0.65

Implementers 1

TextEditpackages/vscode-shim/src/classes/TextE

Calls

no outgoing calls

Tested by

no test coverage detected