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

Method revealRange

src/test/datascience/mockTextEditor.ts:102–104  ·  view source on GitHub ↗
(_range: Range, _revealType?: TextEditorRevealType | undefined)

Source from the content-addressed store, hash-verified

100 throw new Error('Method not implemented.');
101 }
102 public revealRange(_range: Range, _revealType?: TextEditorRevealType | undefined): void {
103 this._revealCallback();
104 }
105 public show(_column?: ViewColumn | undefined): void {
106 throw new Error('Method not implemented.');
107 }

Callers 13

addSqlBlockMethod · 0.80
addChartBlockMethod · 0.80
addInputBlockMethod · 0.80
addTextBlockMethod · 0.80
waitForCodeLensesFunction · 0.80
scrollToCellMethod · 0.80
advanceToRangeMethod · 0.80
handleGoToPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected