Logo

dev-resources.site

for different kinds of informations.

VSCode Shortcuts

Published at
3/3/2024
Categories
vscode
shortcuts
keyboard
programming
Author
parkerrobert
Author
12 person written this
parkerrobert
open
VSCode Shortcuts

A good rule of thumb to being an efficient programmer is trying to be one with the tool you are using. For most people one of the most popular IDEs out there at the moment is VSCode.

In order to supercharge your VSCode usage here are some shortcuts that go a long way.

Image description
Photo by Mohammad Rahmani on Unsplash

Multiple cursors

In order to enable multiple cursors in VSCode, press ALT + SHIFT + up/down or OPTION + COMMAND + up/down on a MAC. This is especially useful for writing duplicated code such as switch statements for example.
multiple cursors
Image description

Go to a specific line

This works wonder when trying to fix linting errors or compiling errors. If the compiler tells you there is a problem in line 7, then hitting CTRL + p or COMMAND + p, followed by ":" and the line number allows you to quickly head to that line.
Image description

Go to a file

This is similar to the one above, but instead of adding a colon at the end simply type the file name. CTRL + p or COMMAND + p followed by the file name that you would like.
Image description

Search through all files

If there is a term that you would like to find in all the files just to a CTRL + SHIFT + f or COMMAND + SHIFT + f
Image description

Search through current file

If there is a term that you would like to find in the current file just to a CTRL + f or COMMAND + f
Image description

Change next few occurences of the word

If there is a term that you would like to find in the current file just to a CTRL + d or COMMAND + d multiple times
Image description

Open README View

It can be difficult to read READMEs at times. Instead of reading the markdown directly try this instead. CTRL + k followed by v
Image description

The above article was originally published on https://parkerrobert.medium.com/vscode-shortcuts-57a145a7772f

shortcuts Article's
30 articles in total
Favicon
IntelliJ Shortcuts (for Mac)
Favicon
10 Tips to Code Faster - Guaranteed Without AI ! 🚀
Favicon
Top 20+ VS Code Shortcuts Every Developer Should Know
Favicon
3 Atalhos Essenciais do Visual Studio Code Que Você Precisa Conhecer
Favicon
Productivity tip: Remapping caps lock to hyper key
Favicon
Full Page Screenshots in Chrome
Favicon
Say No to Mouse: Vs code shortcuts for easing coding
Favicon
Boost Your Productivity with These Essential Developer Shortcuts in DevTools and VS Code
Favicon
Browser Shortcuts [Live Doc]
Favicon
Essential Visual Studio Code Shortcuts for Boosting Your Productivity
Favicon
Boost your Code Review game with custom VSCode shortcuts ⌨️
Favicon
Eclipse Shortcuts for Java Developers
Favicon
How to Create a Calculator Shortcut on the Windows 11?
Favicon
5 useful VSCode shortcuts for GitHub Copilot 🤖
Favicon
The Best Windows Keyboard Shortcuts
Favicon
VSCode Shortcuts
Favicon
Keyboard Shortcuts AutoCAD: Boost Your Productivity Like a Pro
Favicon
Mastering VSCode: Essential Keyboard Shortcuts Every Developer Should Know ⌨️
Favicon
Keyboard Shortcuts Gmail: Boosting Your Productivity in a Click!
Favicon
Keyboard Shortcuts Zoom: Boosting Productivity and Efficiency
Favicon
Keyboard Shortcuts in Blender: Enhance Your 3D Modelling Efficiency
Favicon
Keyboard Shortcuts in Windows 10
Favicon
Firefox Shortcuts: Enhance Your Browsing Experience
Favicon
Keyboard Shortcuts Windows 7
Favicon
Keyboard Shortcuts Windows 8
Favicon
Keyboard Shortcuts Windows 11
Favicon
Productivity Tips
Favicon
Windows Snipping Tool Keyboard Shortcuts
Favicon
20 essential chrome keyboard shortcuts that will make you forget your mouse
Favicon
VS Code Shortcuts to Navigate Your Editor Like Tarzan in The Jungle

Featured ones: