Developer ShortCut Keys In One Place.

Ctrl+C
-Use to copy a selected line or area.
Ctrl+V
-Use to paste the line or area we have copied.
Alt+Shift+Down arrow
-Press to replicate a line.
Alt+Down arrow
-Use to move a line down.
Alt+Up arrow
-Use to move a line up.
Ctrl+N
-Use to creat a new, blank document.
Ctrl+X
-This shortcut use to cut or delete selected text,content or line.
Ctrl+Z
-Use to undo or delete a selected line or area.
Ctrl+Y
-Use to redo a selected line or area.
Ctrl+B
-Use to show and hide the bookmarks and create more workspace in VSCode.
Ctrl+D
-Use to select multiple cursors method,
just press how many times you want to select.
Windows+Shift+S
-Use to take a snippet.
Windows+ right/left arrow
-Use to split the screen.
Windows+up arrow
-Use to up the screen.
Ctrl+Shift+C
-Use to open Inspect element in Chorme.
-You can also press F12.
-If you are a Mac user you can press Cmd+Options+I.
-You can simply right click,
a dialogue box will open just down below you will get the Inspect option just click on it.
Ctrl+Shift+I
-If you want to directly jump into the inspect source element,
  just press this shortcut keys.
*Windows user.
Ctrl+/ (Forward slash)
-Use to add/delete comments.
Ctrl+U
-Use to directly get the source element of a webpage.
Ctrl+`
-Use to open/close terminal in vscode.