Skip to main content

Module: ide/vscode/VscodeNotebooks

Functions

vscodeEditNewNotebookCellAbove

vscodeEditNewNotebookCellAbove(editor): Promise<(selection: Selection) => Selection>

Parameters

NameType
editorVscodeTextEditorImpl

Returns

Promise<(selection: Selection) => Selection>

Defined in

ide/vscode/VscodeNotebooks.ts:6


vscodeEditNewNotebookCellBelow

vscodeEditNewNotebookCellBelow(editor): Promise<void>

Parameters

NameType
editorVscodeTextEditorImpl

Returns

Promise<void>

Defined in

ide/vscode/VscodeNotebooks.ts:30