Visual Studio Code Keyboard Shortcuts
Visual Studio Code is a lightweight yet powerful code editor, ideal for developers working across languages and platforms. It supports debugging, version control, and extensions for customization. Keyboard shortcuts in VS Code enhance coding speed, making navigation, debugging, and editing more intuitive and efficient.
Official URL: https://code.visualstudio.com/
General
Quick Open, Go to File
CtrlP
Show Command Palette
CtrlShiftP
New Window
CtrlShiftN
Close Window
CtrlW
Basic Editing
Cut line
CtrlX
Copy line
CtrlC
Paste
CtrlV
Move line up
Alt↑
Move line down
Alt↓
Search and Replace
Find
CtrlF
Replace
CtrlH
Find in Files
CtrlShiftF
Navigation
Go to Line
CtrlG
Switch between open files
CtrlTab
Split editor
Ctrl\
Code Folding
Fold region
CtrlShift[
Unfold region
CtrlShift]
Fold all regions
CtrlKCtrl0
IntelliSense
Trigger suggestion
CtrlSpace
Quick Fix
Ctrl.
Visual Studio Code
Additional information not available for this software.