Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 26, 2022 05:53 am GMT

7 Lesser-Known VS Code Shortcuts to Speed Up your Development (with GIF Demos)

VS Code has a plethora of tools and commands to make your life easier. But often, people don't know how to use them, resulting in excessive manual work and lost time.

This article will cover 7 shortcuts that can drastically speed up your development!

1. Toggle Word Wrap

WindowsMac
ALT + Z + Z

Need a quick view of the entire line without scrolling? Just enable word-wrap!

toggle-word-wrap

2. Switch workspace

WindowsMac
CTRL + R + R

Regular Way of Switching Workspaces: Navigate to the workspace you want to switch to & open up VS Code

Smart Way of Switching Workspaces: Open up VS Code anywhere & switch to the required workspace

switch-workspace

3. Open Settings

WindowsMac
CTRL + , + ,

Need to modify some settings? Instead of searching where the Open Settings Dropdown is hidden, just use the command!

open-settings

4. Open Terminal

WindowsMac
CTRL + ` + `

Need to execute some commands in the terminal? Instead of using another shell, conjure one within the editor!

open-terminal

5. Switch Tabs

WindowsMac
CTRL + Tab^ + Tab

The more advanced developer you become, the more you avoid using the mouse to speed up your development. Switching tabs from the keyboard is the must-have skill for the job!

switch-tabs

6. Go To Line

WindowsMac
CTRL + G^ + G

Just like switching tabs, go to line saves time by eliminating unnecessarily scrolling!

go-to-line

7. Go to file

WindowsMac
CTRL + P + P

Another must-have skill for the modern developer! Go to file eliminates the need to search for the files in the explorer view, which often is a massive time sink!

go-to-file

If you want to know all VS Code the shortcuts, check out the following:

  1. Windows
  2. Mac

Research says, writing down your goals on pen & paper makes you 21% to 39% more likely to achieve them. Check out these notebooks and journals to make the journey of achieving your dreams easier: https://www.amazon.com/Tapajyoti-Bose/e/B09VGDDHRR

Thanks for reading

Need a Top Rated Front-End Development Freelancer to chop away your development woes? Contact me on Upwork

Want to see what I am working on? Check out my Personal Website and GitHub

Want to connect? Reach out to me on LinkedIn

Follow me on Instagram to check out what I am up to recently.

Follow my blogs for Weekly new Tidbits on Dev

FAQ

These are a few commonly asked questions I get. So, I hope this FAQ section solves your issues.

  1. I am a beginner, how should I learn Front-End Web Dev?
    Look into the following articles:

    1. Front End Development Roadmap
    2. Front End Project Ideas
  2. Would you mentor me?

    Sorry, I am already under a lot of workload and would not have the time to mentor anyone.


Original Link: https://dev.to/ruppysuppy/7-lesser-known-vs-code-shortcuts-to-speed-up-your-development-with-gif-demos-46m

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To