Visual Studio Code Keyboard Shortcut For Productivity

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

Function keys in windows

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 keysDescription
Ctrl + Shift + PCommand pallet for all the functionality
Ctrl + PQuick open, Go to file
Ctrl + Shift + NOpen new window
Ctrl + Shift + WClose current window
Ctrl + ,User Settings

Basic editing keyboard shortcut

Shortcut keysDescription
Ctrl + XCut line
Ctrl + CCopy line
Alt + Up/DownMove line up/down
Shift + Alt + Up/DownDuplicate line up/down
Ctrl + Shift + KDelete line
Ctrl + EnterInsert line below
Ctrl + Shift + EnterInsert line above
Ctrl + Shift + \Jump to matching bracket
Ctrl + ]/[Indent or outdent the align
Ctrl + DMulti selection
Ctrl + /Toggle line comment shortcut
Ctrl + `Show or hide the terminal
Ctrl + K Ctrl + CAdd the comment
Ctrl + BToggle the sidebar
Ctrl + GGo to line number

Multi cursor and selection shortcuts

Shortcut keysDescription
Alt + ClickInsert cursor
Ctrl + Alt + Up/DownInsert cursor above or below
Ctrl + UUndo last cursor operation
Shift + Alt + lInsert all occurrences of the current selection
Ctrl + lSelect current line
Shift + Alt + Right arrowExpand selection
Shift + Alt + Left arrowShrink selection

Matched contents