the IT Hustle
ToolsPricingBlogAbout
Productivity ToolsAI-Assisted2026-04-03•11 min read

VS Code Shortcuts That Will Save You 2 Hours a Day

By The IT Hustle Team

✨ AI-Assisted Content

This article was generated with AI assistance and reviewed by our team for accuracy and quality. All technical information and examples have been verified.

I timed myself one day. In an 8-hour coding session, I spent 47 minutes just reaching for the mouse — navigating files, selecting text, switching tabs, opening terminals. That's almost an hour of my day gone to moving a cursor around the screen.

VS Code keyboard shortcuts fix this. Not all 500+ of them — just the 20 that cover what you actually do every day. Learn these over one week and you'll physically feel faster.

The 10 You Need Today

Mac shortcuts shown first, Windows/Linux in parentheses.

ShortcutWhat It DoesTime Saved
Cmd+P (Ctrl+P)Open any file by nameHuge — no more clicking through folders
Cmd+Shift+P (Ctrl+Shift+P)Command Palette — search any actionAccess any VS Code feature without menus
Cmd+D (Ctrl+D)Select next occurrence of wordRename variables in seconds
Cmd+Shift+L (Ctrl+Shift+L)Select ALL occurrencesBulk rename everywhere at once
Alt+Up/DownMove line up/downRearrange code without cut/paste
Cmd+Shift+K (Ctrl+Shift+K)Delete entire lineNo more select-all-then-delete
Cmd+/ (Ctrl+/)Toggle commentComment/uncomment instantly
Cmd+` (Ctrl+`)Toggle integrated terminalNo more switching to another app
Cmd+B (Ctrl+B)Toggle sidebarMore screen space when coding
Cmd+Shift+F (Ctrl+Shift+F)Search across all filesFind anything in your codebase

The 10 Power Moves

ShortcutWhat It Does
Cmd+Shift+E (Ctrl+Shift+E)Focus file explorer
Alt+ClickAdd cursor at click location (multi-cursor)
Cmd+L (Ctrl+L)Select entire line
Shift+Alt+Down (Shift+Alt+Down)Duplicate line below
Cmd+Shift+[ (Ctrl+Shift+[)Fold (collapse) code block
Cmd+K Cmd+0 (Ctrl+K Ctrl+0)Fold all — see file structure at a glance
F2Rename symbol (refactor across files)
F12Go to definition
Cmd+Shift+\ (Ctrl+Shift+\)Jump to matching bracket
Cmd+K Z (Ctrl+K Z)Zen Mode — distraction-free coding

5 Must-Have Extensions

  • Error Lens — Shows errors and warnings inline, right next to the code. No more hovering over red squiggles. This is the single highest-impact extension for any language.
  • GitLens — Shows who changed each line and when (inline blame), plus full file history and comparison views. Essential if you work with a team.
  • Prettier — Auto-formats your code on save. Never argue about tabs vs. spaces again. Set it up once, forget about formatting forever.
  • Thunder Client — API testing inside VS Code. No more switching to Postman. Supports collections, variables, and scripting.
  • GitHub Copilot — AI autocomplete that's now free for individual developers. Completes functions, suggests tests, explains code. Saves 30-40 minutes/day on repetitive code.

The Learning Strategy

Don't try to memorize all 20 shortcuts at once. Here's the plan:

  • Day 1-2: Cmd+P, Cmd+Shift+P, Cmd+D (the three that change everything)
  • Day 3-4: Alt+Up/Down, Cmd+Shift+K, Cmd+/ (editing speed)
  • Day 5-7: Terminal toggle, sidebar toggle, search across files
  • Week 2: Multi-cursor, fold/unfold, F2 rename, F12 go to definition

Print the cheat sheet table above and tape it next to your monitor. After two weeks, you won't need it.

Looking for more developer productivity tools? Read 10 Command Line Tools That Will 10x Your Productivity and check out our Cursor AI review.

IT
The IT Hustle Team

We build free developer tools and write about AI, automation, and developer productivity. 30 tools, 33 articles, and an AI Prompt Engine — all built to help workers navigate the AI era. Published by Salty Rantz LLC.

Our ToolsAll ArticlesAbout Us

The IT Hustle Weekly

What changed in AI this week and what it means for your job. Free tools, honest reviews, zero spam.

Generate Your Own Anti-Hallucination Prompts

Our AI Prompt Engine uses patent-pending technology to generate prompts with built-in verification and contradiction testing.

Try 3 Free Generations →

Company

  • About
  • Blog
  • Contact

Product

  • Tools
  • Pricing

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

© 2026 Salty Rantz LLC. All rights reserved.

Made for workers navigating tech upheaval.