Visual Studio Code Shortcuts File Ctrl+N: New File Ctrl+O: Open File Ctrl+S: Save File Ctrl+Shift+S: Save As Editing Ctrl+X: Cut line (no selection) Ctrl+C: Copy line (no selection) Ctrl+V: Paste Ctrl+Z: Undo Ctrl+Y: Redo Selection Ctrl+A: Select All Shift+↑/↓: Extend selection up/down Ctrl+Shift+L: Select all occurrences of current selection View Ctrl+=/ -: Zoom in/out Ctrl+B: Toggle Sidebar visibility Ctrl+Shift+E: Show Explorer / Toggle focus Ctrl+Shift+D: Show Debug Go Ctrl+P: Go to File... Ctrl+Shift+O: Go to Symbol... Ctrl+G: Go to Line... Debug F9: Toggle Breakpoint F5: Start/Continue Shift+F5: Stop Debugging F10: Step Over F11: Step Into Terminal Ctrl+: Toggle Terminal Ctrl+Shift+: Create New Terminal Help F1 or Ctrl+Shift+P: Show Command Palette