VS Studio Code short cuts
October 12, 2019
I am now a days coding using just the keyboard avoiding mouse a little as possible. Here are the list of short cuts.
Windows
- Ctrl + f -> to Find
- Esc to close find bar
- Ctrl + Shift + [ -> Code Folding
- Ctrl + Shift + ] -> Code Expanding
- Ctrl + D => To select a word
- Alt + UP => move up
- Alt + Shift + UP => Duplicate
MAC
- Cmd + f -> to Find
- Esc to close find bar
- Cmd + alt + [ -> Code Folding
- Cmd + alt + ] -> Code Expanding
- Cmd + D => To select a word
- Alt + UP => move up
- Alt + Shift + UP => Duplicate