Open a file: Ctrl + P
Open Settings: Ctrl + ,
Toggle Sidebar: Ctrl + B
Navigate Tabs: Ctrl + Shift + Tab
Navigate Tab Groups: Ctrl + 1/2/3
Open the terminal: Ctrl + J
Open the command palette: Ctrl + Shift+ P
Select Current Line: Ctrl + L
Current Selection: Ctrl + Shift + L
Current Word: Ctrl + F2
Select Until the end of the word: Shift+ Alt +
/
Select a column of code: Shift + Alt + Drag mouse
Select column of code with arrow keys: Ctrl + Shift + Alt +
/
/
/
Navigate Search Results: F3
Select Multiple results: Ctrl + D
Go to the line: Ctrl + G
Go to matching bracket: Ctrl + Shift + \
Fold/unfold block: Ctrl + Shift + [/]
Fold/unfold blocks and sub-blocks: Ctrl + K + [/]
Navigate errors and warnings: F8
Add cursor at any point: Alt + Mouse Click
Add cursor above or below: Ctrl + Alt +
/
Undo a cursor: Ctrl + U
Insert cursor at end of selected text: Shift + Alt + I
Move line and blocks: Alt +
/
Copy line and blocks: Shift + Alt +
/
Indent/outdent lines: Ctrl + [/]
Toggle Line Comments: Ctrl + /
Toggle Block Comments: Shift + Alt + A
Format a file: Ctrl + Shift + F
Format the selected lines: Ctrl + K then Ctrl + F
Quick fix the error: Ctrl + .
Rename: F2
Trim white spaces: Ctrl + K + X
Change Programming Language: Ctrl + K then M
Run code: F5
Go to a definition: F12
Open definition and documentation: Alt + F12
Toggle Suggestions: Ctrl + I
Show a function’s signature: Ctrl + Shift + Spacebar
Enable Zen mode: Ctrl + K then Z
Delete Line: Ctrl + Shift + K
Show all symbols: Ctrl + T
Replace word: Ctrl + H
Show References: Shift + F12
Leave your like.
and Share it with your friends if you think this might be helpful…!