VS Code
- Command Palette - Ctrl + Shift + P
- Duplicate Line Down/Up - Shift + Alt + Up / Shift + Alt + Down
- Move Line Down/Up - Alt + Up / Alt + Down
- Indent / Outdent Line - Ctrl + ] / Ctrl + [
- Multi-Select Selection - Ctrl + D
- Multi-Select Cursor - Alt + Click
- Toggle Line Comment - Ctrl + /
- Show / Hide Terminal - Ctrl + `
- Add Line Comment - Ctrl + K Ctrl + C
- Toggle Sidebar - Ctrl + B
- User setting - Ctrl + ,
- Toggle files - Ctrl + Tab
- Split tab - Ctrl + \
- Close file - Ctrl + W
- Find and Replace - Ctrl + H
- Navigating between words - Ctrl + HOME / Ctrl + END
- Selecting entire word where cursor - Ctrl + D
- Select the word and multiple cursor - Ctrl + Shift + L
- Renaming word in multiple places - F2 (alternation option to above)
- Function definition - Ctrl + click (function name)
Zen mode : Ctrl K Z
Comments powered by Disqus.