0% found this document useful (0 votes)
1K views2 pages

Make VS Code Awesome - Cheatsheet (Windows)

This document provides a cheatsheet of keyboard shortcuts for better navigation and editing in code editors. It includes shortcuts for opening and closing files/panes, finding and replacing text, multi-cursor functionality, Emmet shortcuts for HTML/CSS, and shortcuts for indentation, folding, and IntelliSense features.

Uploaded by

Diego Do Santos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

Make VS Code Awesome - Cheatsheet (Windows)

This document provides a cheatsheet of keyboard shortcuts for better navigation and editing in code editors. It includes shortcuts for opening and closing files/panes, finding and replacing text, multi-cursor functionality, Emmet shortcuts for HTML/CSS, and shortcuts for indentation, folding, and IntelliSense features.

Uploaded by

Diego Do Santos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Better Keybindings Cheatsheet

! "
Essentials Editor Splitting

Ctrl+P Find File Alt+N Split Pane


Ctrl+; Switch Project Alt+W Close Pane
Ctrl+Shift+P Command Palette Alt+H Focus Left Pane
Alt+L Focus Right Pane
Alt+= Expand Pane
%
Window Alt+- Contract Pane

Ctrl+W Close File #


Ctrl+K+W Close All Files Explorer Panel
Ctrl+Shift+W Close Window
Ctrl+N New File
Ctrl+Alt+Left Focus Prev Tab
Ctrl+Shift+N New Folder
Ctrl+Alt+Right Focus Next Tab
Ctrl+D Duplicate
Ctrl+Backspace Delete
&
Ctrl+Enter Open File
Panels
Right Arrow Expand Folder

Ctrl+F Find Left Arrow Collapse Folder

Ctrl+Shift+F Global Find Ctrl+Left Collapse Everything

Ctrl+T Show/Hide Terminal


Ctrl+E Editor $
Line Manipulation
Ctrl+K Cmd+E File Explorer
Ctrl+K Cmd+G Git
Ctrl+L Duplicate Line
Ctrl+K Cmd+D Debugger
Ctrl+J Join Lines
Ctrl+K Cmd+X Extensions
Ctrl+Shift+K Delete Line
Ctrl+K Cmd+B Hide Sidebar
Alt+Up Move Selection Up
Alt+Down Move Selection Down
" !
Multi-Cursor Emmet

Ctrl+D Select Word Ctrl+M Ctrl+W Wrap In Tag


Ctrl+D Next Occurance Ctrl+M Ctrl+I Select Tag Inward
Ctrl+K Cmd+D Skip Occurrence Ctrl+M Ctrl+O Select Tag Outward
Ctrl+Backspace Undo Selection Ctrl+M Ctrl+R Rename Tag
Ctrl+Right Add Cursors To End Ctrl+M Ctrl+M Jump To Match
Ctrl+Alt+Up Add Cursor Above Ctrl+M Ctrl+Backspace Remove Tag
Ctrl+Alt+Down Add Cursor Below

#
Indent/Fold
$
IntelliSense
Ctrl+[ Increase Indent
Ctrl+R Find Method Ctrl+] Decrease Indent
Ctrl+Shift+R Global Find Method Ctrl+Shift+[ Fold
Ctrl+K Ctrl+Enter GOTO Definition Ctrl+Shift+] Expand
Ctrl+K Ctrl+I Import Namespace
Ctrl+K Ctrl+R Run Test
Ctrl+K Ctrl+P Run Previous

You might also like