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

Method delete

packages/vscode-shim/src/interfaces/editor.ts:49–49  ·  view source on GitHub ↗
(location: Range | Selection)

Source from the content-addressed store, hash-verified

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}
52

Callers 8

EventEmitterClass · 0.65
deleteMethod · 0.65
registerCommandMethod · 0.65
createVSCodeAPIMockFunction · 0.65
TextEdit.test.tsFile · 0.65
storage.test.tsFile · 0.65

Implementers 1

TextEditpackages/vscode-shim/src/classes/TextE

Calls

no outgoing calls

Tested by

no test coverage detected