Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>notebook-cell-language-switcherNew to Visual Studio Code? Get it now.
notebook-cell-language-switcher

notebook-cell-language-switcher

JRP

|
3 installs
| (0) | Free
Change cell language for notebooks for multiple cells (including raw)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

notebook-cell-language-switcher README

Provides commands to change the language for multiple selected cells in a notebook. Add shortcuts using description below to your shortcuts json.

1.0.0

Add custom shortcut to your keyboard shortcuts json (i.e. press Ctrl-Shift-P, Open Keyboard Shortcuts (JSON)), and add the following

[ { "key": "q r", "command": "notebookCell.setToRaw", "when": "notebookEditorFocused && !inputFocus && !notebookOutputFocused && activeEditor == 'workbench.editor.notebook'" }, { "key": "q m", "command": "notebookCell.setToMarkup", "when": "notebookEditorFocused && !inputFocus && !notebookOutputFocused && activeEditor == 'workbench.editor.notebook'" }, { "key": "q c", "command": "notebookCell.setToCode", "when": "notebookEditorFocused && !inputFocus && !notebookOutputFocused && activeEditor == 'workbench.editor.notebook'" }, ]

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft