MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / replace

Method replace

src/test/mocks/vsc/extHostedTypes.ts:578–580  ·  view source on GitHub ↗
(range: Range, newText: string)

Source from the content-addressed store, hash-verified

576 }
577
578 static replace(range: Range, newText: string): TextEdit {
579 return new TextEdit(range, newText);
580 }
581
582 static insert(position: Position, newText: string): TextEdit {
583 return TextEdit.replace(new Range(position, position), newText);

Callers 15

escapeCodiconsFunction · 0.45
appendTextMethod · 0.45
fileMethod · 0.45
_makeFsPathFunction · 0.45
insertMethod · 0.45
deleteMethod · 0.45
_escapeMethod · 0.45
appendVariableMethod · 0.45
appendTextMethod · 0.45
appendTextMethod · 0.45
removeMarkdownEscapesFunction · 0.45
getInterpreterInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected