Tip
Profiles allow you to customize your development environment for different projects or tasks. For more details, visit this link.
- Base Python (tailored for Python development):
- Base Writer (optimized for writing and content editing):
Note
Common configurations across all profiles
- Editor: SauceCodePro NFM
- Terminal: CaskaydiaCove NFM
- Extensions used in all profiles:
- VSCodeVim: Vim emulator.
- Prettier - Code formatter: An opinionated code formatter.
- Symbols: A simple file icon theme.
Important
Keybindings for all profiles: keybindings.json
| Command | Key | Command id |
|---|---|---|
| Go to Implementation | ctrl+space ctrl+i |
editor.action.goToImplementation |
| Show All Editors | ctrl+space ctrl+p |
workbench.action.showAllEditors |
| Execute Python Code | ctrl+alt+j |
python.execInTerminal |
| Close Active Editor | ctrl+alt+j |
workbench.action.closeActiveEditor |
| Toggle Sidebar Visibility | ctrl+space ctrl+space |
workbench.action.toggleActivityBarVisibility |
| Toggle Statusbar Visibility | ctrl+space ctrl+s |
workbench.action.toggleStatusbarVisibility |
| Quick Open Select Previous | ctrl+shift+k |
workbench.action.quickOpenSelectPrevious |
| Quick Open Select Next | ctrl+shift+j |
workbench.action.quickOpenSelectNext |
| Navigate Left | ctrl+h |
workbench.action.navigateLeft |
| Navigate Right | ctrl+l |
workbench.action.navigateRight |
| Navigate Up | ctrl+k |
workbench.action.navigateUp |
| Navigate Down | ctrl+j |
workbench.action.navigateDown |
| Toggle Sidebar Visibility | space e |
workbench.action.toggleSidebarVisibility |
| Previous Editor in Group | ctrl+shift+h |
workbench.action.previousEditorInGroup |
| Next Editor in Group | ctrl+shift+l |
workbench.action.nextEditorInGroup |
| Move Line Down | alt+j |
editor.action.moveLinesDownAction |
| Move Line Up | alt+k |
editor.action.moveLinesUpAction |
| Show Definition Hover | shift+k |
editor.action.showDefinitionPreviewHover |
| Scroll Left Hover | h |
editor.action.scrollLeftHover |
| Scroll Right Hover | l |
editor.action.scrollRightHover |
| Scroll Up Hover | k |
editor.action.scrollUpHover |
| Scroll Down Hover | j |
editor.action.scrollDownHover |
| Close Active Editor | space d |
workbench.action.closeActiveEditor |
| Rename File | r |
renameFile |
| Copy File | c |
filesExplorer.copy |
| Paste File | p |
filesExplorer.paste |
| Cut File | x |
filesExplorer.cut |
| Delete File | d |
deleteFile |
| New File | a |
explorer.newFile |
| New Folder | f |
explorer.newFolder |
| Open to Side | s |
explorer.openToSide |
| Split and Run Commands | shift+s |
runCommands |
| Open and Pass Focus | enter |
explorer.openAndPassFocus |