less than 1 minute read

A few tips and tricks I use for the wonderful code editor, VS Code.

Keyboard Shortcuts

  • Close a tab: ⌘ W

  • Close all tabs: ⌘ k ⌘ W

  • Close other tabs: ⌘ ⌥ T

  • Save a file: ⌘ S

  • Show file explorer: ⌘ ⇧ E

  • Show / hide left pane: ⌘ B

  • Open a new tab: ⌘ N

  • Open a terminal: ^ `

  • Open a new terminal: ⇧ ^ `

  • Search files by name: ⌘ P

  • Search actions by name: ⌘ ⇧ P

Change the indentation

In the toolbar in the bottom right corner.

Tags:

Updated:

Comments