DEV Community

Cover image for VS Code Shortcuts every developer should know (Windows)
Mursal Furqan Kumbhar
Mursal Furqan Kumbhar

Posted on • Edited on

38 8

VS Code Shortcuts every developer should know (Windows)

Who doesn't want to speed up their work? Especially developers. They love shortcuts. And here we are back with some very useful shortcuts for developers when using VS Code in Windows.

P.S. Since this article is to make dev life easier, I have decided to keep it crisp.

Alt Text

Add a Comment

ctrl + /

Moving a line up or down

alt + up arrow/down arrow

Cut an entire line

ctrl + x

Copy an entire line

ctrl + c

Quickly open a file

ctrl + p

Move to a desired line number

ctrl + g

Move to any file within the project

ctrl + e

Hide/Show Side bar

ctrl + b

Select the current line and move cursor to next line

ctrl + l

Show/Hide the terminal

ctrl + j

Select and Edit multiple lines

alt + cursor
drag middle mouse key

Search any word

ctrl + f

Search & Replace any word

ctrl + h

See previous selections/cursor movements

ctrl + u

Quickly close a file

ctrl + w

Switch between sidebar services

ctrl + q

Open current folder in browser

alt + l + o

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (4)

Collapse
 
insidiousthedev profile image
Insidious

very cool

Collapse
 
klukiyan profile image
Kiril Lukiyan

Nope
Move to any file within the project is CTRL+p not e

Collapse
 
stuffsuggested profile image
Collapse
 
douglasdamler profile image
Douglas Kathurima

Good work

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay