diskusi.tech (beta) Community

loading...

VSCode 11 Keyboard Shortcuts

hadestech profile image HadesTech ・1 min read
Wait for second key of chord Ctrl + K followed by second key of chord
Code Format Selection Ctrl + K + F
Global Code Format Shift + Alt + F
Un/fold (collapse) block Ctrl + Shift + [ or ]
Un/fold (collapse) all Ctrl + K + 0 or J
Un/fold (collapse) all subregions Ctrl + K + [ or ]
Shrink or Expand Selection Shift + Alt + Arrow Keys
Move Selection Alt + Arrow Keys
Copy Current Line Shift + Alt + Arrow Keys
Find Opening Bracket Ctrl + Shift + \
Indent or Outdent Code Ctrl + [ or ]
Single-Line Comment Ctrl + /
Multiline Comment Shift + Alt + A
Toggle Word Wrap Alt + Z
Add Multiple Cursors Ctrl + mouse click
Go To Line Ctrl + G
Replace All Occurences Ctrl + Shift + L
Toggle Case-sensitivity Alt + C
Toggle Regex Search Alt + R
Toggle Whole World Alt + W
Add or Modify Keyboard Shortcut (add your own keyboard shortcut) Ctrl + K then S

Discussion

pic
Editor guide