DEV Community

Cover image for Top 20+ VS Code Shortcuts Every Developer Should Know
Vicky Shinde
Vicky Shinde

Posted on

Top 20+ VS Code Shortcuts Every Developer Should Know

Today's Blog Artical i will show you amazing 20+ VS code shortcuts that help you to become a pro developer this shortcuts boost your coding speed 10X.

General Editing :

CTRL+S - Save File
CTRL+Z - Undo
CTRL+Y - Redo
CTRL+X - Cut Line
CTRL+C - Copy Line
CTRL+V - Paste

Navigation

CTRL+P - Quick Open File
you want to open file instantly then you can use CTRL+P Shortscuts

CTRL+TAB - Switch Between Open Files
You want to switch one file to another file use this Shortcuts CTRL+TAB

CTRL+G - Go to Line
You have 1000 Line of code but you don't know Which line have you click just use this shortcuts CTRL+G

CTRL+SHIFT+E : Explore Sidebar
Sometime building the complex projects then you have multiple time open sidebar by using mouse but use this CTRL+SHIFT+E Shortcuts to open Sidebar

CTRL+SHIFT+F - Search in File
Develop the complex projects have multiple files at this time serach file using this shortcuts CTRL+SHIFT+F

Get the Free Front-end development Projects Visit our Blog

Code Editing

CTRL+SPACE - Trigger Intellisence
CTRL+SHIFT+SPACE - Trigger Parameter hints
ALT+UPARROW - Move to Line Up
ALT+DOWANARROW - Nove to Line Down
ALT+SHIFT+UPARROW - Copy Line Up
ALT+SHIFT+DOWNARROW - Copy Line Down
CTRL+/ - Toggle Line Comment

Windows Managements

CTRL+SHIFT+N - New Window
CTRL+SHIFT:W - Close Window
CTRL+- Toggle Terminal
CTRL+B` - Toggle Sidebar Visibility

Final Words:

Mastering this 20+ Vs code Shortcuts that help you boost up your coding speed also you can using daily this shortcuts you will become a pro developer


Top comments (0)