VS Code


Keyboard Shortcuts and Commands

Show All Editors: C-k C-p
Brings up a menu of open editors. Similar-ish to Emacs' buffer list. Can also be accessed via Go to File -> edt mru . Can be found in Keyboard Shortcuts as "command": "workbench.action.showAllEditors"
Jump to matching bracket: C-S-\
Show hover tooltip from keyboard: C-k C-i </dl> ## Python Python works pretty good out of the box, but there are a few steps needed to get the more "advanced" features working correctly. Broadly, you'll need your virtualenv path to be set correctly and for it to be pointed at the right interpreter for it to properly detect the tests and debug and launch configurations. Some parts may work *anyway*, but this is how it *wants* to be set up. When using with virtual environments, you need to add the directory containing them to the `venv path`: Add `~/.virtualenvs` to `Settings > Python: Venv Path` You should then be able to select the interpreter from the bottom toolbar.