Why we need shortcuts:
The name itself indicates do a thing in a short way . It is more effective and less time consumption activity. And everytime don't want to depend on mouse.
Visual Studio Code[VSC]:
It is a editor , makes us sense to use, attractive and powerful. It used for many programming languages editor .Especially for Web Development it is very useful.
Shortcuts:
| Keys | Description |
|---|---|
| F5 | Debug. |
| Alt+click | Insert cursor. |
| Ctrl+` | Opens terminal. |
| Ctrl+, | To open visual studio settings |
| Ctrl+/ | Single line comment and also used for multi single line comment. |
| Ctrl+l | For selecting lines.And to select multiple lines repeat again. |
| Ctrl+n | New file. |
| Ctrl+a | Select all. |
| Ctrl+s | Save the file. |
| Ctrl+c | Copy. |
| Ctrl+v | Paste. |
| Ctrl+z | Undo. |
| Ctrl+x | Redo. |
| Ctrl+w | Close the window. |
| Ctrl+p | Search file. |
| Ctrl+b | Remove the side bar. |
| Ctrl+up arrow | Move page up. |
| Ctrl+down arrow | Move page down. |
| Ctrl+left arrow | Move cursor word by word in left direction. |
| Ctrl+right arrow | Move cursor word by word in right direction. /td> |
| Ctrl+k Ctrl+s | Opens keyboard shortcuts window. |
| Ctrl+Shift+n | New window |
| Ctrl+k Ctrl+u | Remove single line comment and also used for multi single line comment. |
| Ctrl+Shift+left arrow | Moves the cursor word by word towards left direction with selection. |
| Ctrl+Shift+right arrow | Moves the cursor word by word towards right direction with selection. |
| Ctrl+Shift+up arrow | Moves the cursor up with select |
| Ctrl+Shift+down arrow | Moves the cursor down with selection. |
| Shift+Alt+down arrow | Copy line down. |
| Shift+Alt+up arrow | Copy line up. |
| Ctrl+Alt+up arrow | add cursor to above, for multiple line. |
| Ctrl+Alt+down arrow | add cursor to down ,for multiple line. |
| Ctrl+Fn+left arrow (or) Ctrl+Home | Move the cursor to begining of the page. |
| Ctrl+Fn+right arrow (or) Ctrl+End | Move the cursor to end of the page. |

Post a Comment