List of helpful shortcuts for faster coding
- For mac, replace "Ctrl" with "cmd" and "Alt" with "option"
Open Command Pallete
Ctrl+Shift+POpen New Window
Ctrl+Shift+NClose Window
Ctrl+WQuick File Open
Ctrl+PAccess Settings
Ctrl+,New File
Ctrl+NOpen File
Ctrl+OSave
Ctrl+S
Ctrl+Shift+S # Save AsClose File
Ctrl+F4Change File Tabs
Ctrl+PageUP
Ctrl+PageDownOpen Next File (Dropdown)
Ctrl+Tab # Scroll next
Ctrl+Shift+Tab # Scroll prevZoom
Ctrl++ # Zoom in
Ctrl+- # Zoom outToggle Sidebar
Ctrl+BToggle Sidebar Focus
Ctrl+Shift+ESpilt Editor
Ctrl+\Integrated Terminal
Ctrl+` # Toggle terminal
Ctrl+Shift+` # Create new terminalGo To Start & End Of Line
home
endGo To Start & End Of File
Ctrl+Home
Ctrl+EndCut, Copy & Past Line
Ctrl+X # Cut
Ctrl+C # Copy
Ctrl+V # PasteMove Line Up & Down
Alt+Up
Alt+DownCopy Line Up & Down
Shift+Alt+Up
Shift+Alt+DownRemove Line
Ctrl+Shift+KInsert Line
Ctrl+Enter # Insert above
Ctrl+Shift+Enter # Insert belowJump To Matching Bracket
Ctrl+Shift+\Fold Brackets
Ctrl+[
Ctrl+]Add Line Comment
Ctrl+/Add Block Comment
Shift+Alt+AScroll Up & Down
Ctrl+Up
Ctrl+DownMove By Word
Ctrl+Right
Ctrl+LeftHighlight Code
Shift+Any DirectionGo To Next Match
F3Select Next Match
Ctrl+DSelect All Matches & Add Cursor
Ctrl+F2Select All Matches from Find
Alt+EnterAdd Cursor
Alt+ClickGo to Symbol
Ctrl+Shift+O