Useful Keyboard shortcuts of Visual Studio Code
keyboard shortcut | what it does | menu entry |
Control + . | quick tools, used to add imports statements and fix problems | |
Control + P | Open File | Go\Go to File |
Control+ Shift + P | Run visual studio command | View\Command Pallet |
Control + Shift+ F | format document | |
Control + K leave the keyboard and press S | Save all documents | |
Control + D | select next occurrence of highlighted text | Selection\Add next occurrences |
Control + U | Unselect last highlighted occurrence | |
Control + Shift + Alt + Arrow up or down | Add cursor on next or previous row |