VS Code tips and tricks
Started 2 months ago
Last edited 2 months ago
- Open and close the inbuilt shell with Cmd+j, Ctrl+j, or Ctrl+ö
- Make the
keybindings.jsonyour own: Add at least one special keybinding (maybe a word you type often when programming—lambdaorclass, maybe?) - Adding a new file is super annoying. Add a shortcut for creating one:
{ "key": "ctrl+n", "command": "explorer.newFile",}