One of the most popular and widely used for coding is VSC (Visual Studio Code). It is open-source and free to use. Shortcut keys are always better to use a mouse. And it is very helpful for the developers.
Best Free Text Editors For Windows & Mac
How To Take Screenshot On Android Phones
How To Take Screenshot Of Websites
You can always see the full list of VSC shortcut keys. To open the list of shortcut keys, hit the buttons Ctr + K Ctrl + S.
Windows keyboard shortcut keys
Shortcut keys | Description |
Ctrl + Shift + P | Command pallet for all the functionality |
Ctrl + P | Quick open, Go to file |
Ctrl + Shift + N | Open new window |
Ctrl + Shift + W | Close current window |
Ctrl + , | User Settings |
Basic editing keyboard shortcut
Shortcut keys | Description |
Ctrl + X | Cut line |
Ctrl + C | Copy line |
Alt + Up/Down | Move line up/down |
Shift + Alt + Up/Down | Duplicate line up/down |
Ctrl + Shift + K | Delete line |
Ctrl + Enter | Insert line below |
Ctrl + Shift + Enter | Insert line above |
Ctrl + Shift + \ | Jump to matching bracket |
Ctrl + ]/[ | Indent or outdent the align |
Ctrl + D | Multi selection |
Ctrl + / | Toggle line comment shortcut |
Ctrl + ` | Show or hide the terminal |
Ctrl + K Ctrl + C | Add the comment |
Ctrl + B | Toggle the sidebar |
Ctrl + G | Go to line number |
Multi cursor and selection shortcuts
Shortcut keys | Description |
Alt + Click | Insert cursor |
Ctrl + Alt + Up/Down | Insert cursor above or below |
Ctrl + U | Undo last cursor operation |
Shift + Alt + l | Insert all occurrences of the current selection |
Ctrl + l | Select current line |
Shift + Alt + Right arrow | Expand selection |
Shift + Alt + Left arrow | Shrink selection |