Close Menu
The Roaming DevThe Roaming Dev

    Subscribe to Updates

    What's Hot

    Best Cities for Remote Developers (2026 Guide)

    June 3, 2026

    Remote Developer Setup: The Work-From-Anywhere Build

    June 3, 2026

    Remote Developer Jobs: The Complete Work-From-Anywhere Guide

    June 3, 2026
    Facebook X (Twitter) Instagram
    The Roaming DevThe Roaming Dev
    X (Twitter) Instagram Pinterest Reddit
    Subscribe Now
    • Home
    • About Us
    • Where to base
      1. Accomodation
      2. Best Places For Remote Devs
      3. Destination guides
      4. Coworking & wifi
      5. Travel Logistics
      Featured
      Best Places For Remote Devs

      Best Cities for Remote Developers (2026 Guide)

      June 3, 2026
      Recent

      Best Cities for Remote Developers (2026 Guide)

      June 3, 2026

      Best Places to Travel in Winter: Escape the Cold in 2025

      August 1, 2025

      Best Places to Visit in Europe in October for Fall Getaways

      July 4, 2025
    • Mobile Set-Up
      1. Connectivity and Security
      2. Dev tools & editor setup
      3. Laptops & portable hardware
      4. Productivity & collaboration
      5. View All

      What Is Digital Nomadism? The State of Digital Nomadism in 2024

      July 11, 2024

      How to Become a Digital Nomad in 2024 (Pros, Cons, and Common Jobs)

      February 28, 2024

      Best Python Frameworks for Web Development: A 2025 Guide

      September 22, 2025

      Best Open Source VPN: Secure Your Connection for Free

      September 1, 2025

      Best Open Source Software for Developers: Top Picks for 2025

      August 3, 2025

      Best Mechanical Keyboard for Programming: Top Picks for 2025

      May 8, 2025

      Best Speakers For Mac Mini: Enhance Your Audio Experience

      September 2, 2025

      Best Monitor for Mac Mini: Ultimate Buyer’s Guide

      August 5, 2025

      Best Monitor for Developers: Upgrade Your Coding Setup

      August 2, 2025

      Best Linux Distro for Developers: Find the Perfect Fit

      June 5, 2025

      7 Reasons Why is Laravel the best PHP framework in 2024?

      March 30, 2023

      How To Become a PHP Developer in 2024 [Step By Step Beginner’s Guide]

      January 25, 2023

      Is PHP Dead? The State Of PHP in 2024.

      January 24, 2023

      Remote Developer Setup: The Work-From-Anywhere Build

      June 3, 2026

      Best Python Frameworks for Web Development: A 2025 Guide

      September 22, 2025

      Best Video Players for Mac: Smooth & High-Quality Playback

      September 19, 2025

      Best Speakers For Mac Mini: Enhance Your Audio Experience

      September 2, 2025
    • Nomad Logistics
      • Banking & payments
      • Insurance & health
      • Taxes for remote workers
      • Visas & residency
    • Dev Careers
      1. Remote dev jobs & roles
      2. Freelancing & contracting
      3. View All

      Jobs for Americans in Europe: Ultimate Guide (2025)

      January 5, 2025

      17 Best Work-From-Home Jobs Requiring No Experience

      January 4, 2025

      LiveOps Reviews 2024: 11 Things To Know Before Signing Up

      November 3, 2024

      TranscribeMe Reviews 2024: 11 Things To Know Before Signing Up

      November 1, 2024

      Best AI for Coding: Free & Paid Options for Developers

      August 7, 2025

      Best Open Source LLM in 2025: The Ultimate Guide for Developers

      August 4, 2025

      Remote Developer Jobs: The Complete Work-From-Anywhere Guide

      June 3, 2026

      Best AI for Coding: Free & Paid Options for Developers

      August 7, 2025

      Best Open Source LLM in 2025: The Ultimate Guide for Developers

      August 4, 2025

      Jobs for Americans in Europe: Ultimate Guide (2025)

      January 5, 2025
    • Contact
    The Roaming DevThe Roaming Dev
    29 Essential VS Code Shortcuts For Mac & Windows Users 2024
    Dev Careers

    29 Essential VS Code Shortcuts For Mac & Windows Users 2024

    A Set Of Must-Know VS Code Shortcuts For Mac and Windows in 2024
    The Roaming DevBy The Roaming DevJanuary 27, 2023Updated:May 14, 2024No Comments5 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp Telegram Email
    code editor
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Table of Contents

    Toggle
    • Introduction
    • What Are VS Code Shortcuts?
    • How Do You Use VS Code Shortcuts?
    • 29 Essential VS Code Shortcuts For Mac & Windows
      • I. Basic Code Editing Shortcuts
      • II. Code Navigation Shortcuts
      • III. Multi-Cursor Shortcuts
      • IV. File Management Shortcuts
      • V. Code Folding Shortcuts
      • VI. VS Code Debugging Shortcuts
      • VII. Visual Studio Code Settings Shortcuts
    • Conclusion

    Introduction

    This blog post will discuss the twenty-nine essential Visual Studio Code shortcuts to help Mac and Windows users be more productive in 2024.

    In today’s fast-paced software development world, every second counts. That’s why developers are always looking for ways to boost their productivity and efficiency.

    One of the most effective ways to do this is using keyboard shortcuts. For example, visual Studio Code (VSCode) is a popular code editor developers use to write, debug, and run code.

    What Are VS Code Shortcuts?

    Visual Studio Code (VSCode) shortcuts are keyboard combinations that allow users to perform various actions, such as editing code, navigating through code, managing files, folding and unfolding code, debugging, and customizing settings, quickly and efficiently without using a mouse.

    These shortcuts are designed to save time and improve productivity for developers working in VSCode. They vary for Mac and Windows systems and can be customized to meet the user’s individual needs.

    How Do You Use VS Code Shortcuts?

    To use Visual Studio Code (VSCode) shortcuts, press the specified key combination on your keyboard. Here are the steps to use VSCode shortcuts:

    1. Open Visual Studio Code: Start VSCode by opening it from your start menu or clicking on its desktop icon.
    2. Select the text or action you want to perform: To perform an action using a shortcut, you first need to select the text or action you want to perform. This can be done using your mouse or keyboard.
    3. Press the specified key combination: Once you have selected the text or action, press the specified key combination for the desired shortcut. For example, to copy text in VSCode, you can press Cmd + C on a Mac or Ctrl + C on a Windows computer.
    4. The action will be performed: The shortcut will trigger the desired action, such as copying, pasting, or navigating through code, saving you time and effort.

    29 Essential VS Code Shortcuts For Mac & Windows

    I. Basic Code Editing Shortcuts

    One of the most important aspects of writing code is editing. Visual Studio Code provides several basic editing shortcuts that allow developers to save time and effort. Below are six essential shortcuts to start you off.

    ActionMacWindows
    CopyCmd + CCtrl + Shift + Z
    CutCmd + XCtrl + Shift + Z
    PasteCmd + VCtrl + Shift + Z
    UndoCmd + ZCtrl + Shift + Z
    RedoCmd + Shift + ZCtrl + Shift + Z
    Select AllCmd + ACtrl + A
    Delete LineCmd + Shift + KCtrl + Shift + K
    Format DocumentCmd + Shift + iCtrl + Shift + i
    Toggle CommentCmd + /Ctrl + /
    Toggle Block CommentCmd + Shift + /Ctrl + Shift + /
    Basic VS Code Editing Shortcuts on Mac & Windows

    II. Code Navigation Shortcuts

    Navigating through code can be a challenge, especially in large projects. Visual Studio Code provides several shortcuts to help developers navigate their code more efficiently. Here are three of the most helpful code navigation shortcuts in VSCode:

    ActionMacWindows
    Go to DefinitionCmd + ClickCtrl + Click
    Peek DefinitionCmd + Shift + F10Ctrl + Click
    Find All ReferencesCmd + Shift + F12Ctrl + Click
    Visual Studio Code Code Navigation Shortcuts

    III. Multi-Cursor Shortcuts

    Working with multiple cursors can be a time-saving technique when writing code. Also, these shortcuts come in handy when you need to manipulate several lines of code simultaneously.

    Here are three Multi-Cursor Shortcuts:

    ActionMacWindows
    Add Cursor AboveAlt + Up ArrowShift+Alt+Down
    Add Cursor BelowAlt + Down ArrowShift+Alt+Up
    Select Next OccurrenceCmd + DCtrl + D
    Visual Studio Code Multi-Cursor Shortcuts

    IV. File Management Shortcuts

    Managing files and projects can be pretty tedious, especially when working on large code bases. Visual Studio Code has several file management shortcuts to help developers wade through files and folders in their projects.

    Here are the three most useful file management shortcuts in Visual Studio Code:

    ActionMacWindows
    Open Command PaletteCmd + Shift + PCtrl + Shift + P
    Open a FileCmd + PCtrl + P
    Save a FileCmd + SCtrl + S
    Visual Studio Code File Management Shortcuts

    V. Code Folding Shortcuts

    Folding and unfolding code can be a time-saving technique when working with files with hundreds or thousands of lines of code.

    These are three of the most useful code folding shortcuts in VS Code:

    ActionMacWindows
    Fold RegionCmd + Shift + [Ctrl + Shift + [
    Unfold RegionCmd + Shift + ]Ctrl + Shift + ]
    Fold All RegionsCmd + K, Cmd + 0Ctrl + K, Ctrl + 0
    Visual Studio Code Code Folding Shortcuts

    VI. VS Code Debugging Shortcuts

    Debugging is an essential part of the software development process. However, it can be time-consuming, as bugs are very good at hiding. These shortcuts will help in your debugging sessions:

    ActionMacWindows
    Start DebuggingF5F5
    Step OverF10F10
    Step Into / Step Out OfF11F11
    Stop DebuggingF5F5
    Visual Studio Code Debugging Shortcuts

    VII. Visual Studio Code Settings Shortcuts

    Customizing the settings of Visual Studio Code can be a time-consuming process. To optimize your developer workflow, you should customize your IDE to your liking. You can use these three shortcuts to get going with configuring your VS Code;

    ActionMacWindows
    Open SettingsCmd + ,Ctrl + ,
    Open KeybindingsCmd + K, Cmd + SCtrl + K, Ctrl + S
    Open ExtensionsCmd + Shift + XCtrl + Shift + X
    Visual Studio Code Settings Shortcuts

    Conclusion

    Mac and Windows users can significantly increase their productivity and efficiency when writing, debugging, and running code using these essential Visual Studio Code shortcuts.

    It may take some time to get used to these shortcuts, but once they become second nature, you’ll be amazed at how much time you save.

    Remember, the more you use these shortcuts, the more intuitive they will become. Happy coding!

    If you need to boost your productivity even more, here are my Top 10 Useful VS Code Extensions For Software Developers in 2024.

    Mac
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    The Roaming Dev
    • Website

    Related Posts

    Remote Developer Jobs: The Complete Work-From-Anywhere Guide

    June 3, 2026

    Best AI for Coding: Free & Paid Options for Developers

    August 7, 2025

    Best Open Source LLM in 2025: The Ultimate Guide for Developers

    August 4, 2025

    Best Terminal for Mac. 10 Mac Terminal Emulator Options For 2025

    May 1, 2025

    Jobs for Americans in Europe: Ultimate Guide (2025)

    January 5, 2025

    17 Best Work-From-Home Jobs Requiring No Experience

    January 4, 2025
    Add A Comment

    Comments are closed.

    Subscribe to My Newsletter

    Don't Miss
    Best Places For Remote Devs

    Best Cities for Remote Developers (2026 Guide)

    June 3, 2026

    Forget the beach photos for a second. The best city for a remote developer is…

    Remote Developer Setup: The Work-From-Anywhere Build

    June 3, 2026

    Remote Developer Jobs: The Complete Work-From-Anywhere Guide

    June 3, 2026

    Best Python Frameworks for Web Development: A 2025 Guide

    September 22, 2025
    Our Picks

    Top 10 Best Mac Time Tracking Apps For 2024 [Including Free Options]

    January 30, 2023

    10 Best Remote Collaboration Software For 2024[Pros, Cons & Pricing]

    January 29, 2023

    10 Best Mac Apps For Developers In 2024

    January 28, 2023

    How To Become a PHP Developer in 2024 [Step By Step Beginner’s Guide]

    January 25, 2023
    Stay In Touch
    • Twitter
    • Pinterest
    • Instagram
    • Reddit
    About The Roaming Dev
    About The Roaming Dev

    Discover the digital nomad lifestyle, remote work insights, travel adventures, developer guides, and top software recommendations on our lifestyle blog. Your hub for a tech-savvy, nomadic journey.

    Email us: theroamingdev@gmail.com

    Follow me on social media for more content!

    X (Twitter) Instagram Pinterest Reddit
    Our Picks

    Top 10 Best Mac Time Tracking Apps For 2024 [Including Free Options]

    January 30, 2023

    10 Best Remote Collaboration Software For 2024[Pros, Cons & Pricing]

    January 29, 2023

    10 Best Mac Apps For Developers In 2024

    January 28, 2023
    Legal & Compliance
    • Terms Of Use
    • Disclaimer
    • Privacy Policy
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • Dev Careers
    • Where to base
    • Mobile Set-Up
    • Nomad Logistics
    © 2026 The Roaming Dev

    Type above and press Enter to search. Press Esc to cancel.

    ~/the-nomads-choice/subscribe.sh
    Wifi Â· Found

    # for devs who push to prod from a hammock

    $ join –roaming-devs

    One email. Zero fluff. The tools, gigs, visas, and dirt-cheap fast-wifi spots that keep roaming devs shipping from anywhere on Earth.

    ✓remote gigs & contracts worth your time
    ✓nomad-proof tools, setups & dev stacks
    ✓visa & tax hacks, decoded for builders
    ✓fast-wifi cafés the tourists never find
    broadcasting live from a beach in Bali

    no spam, ever. unsubscribe in 1 click. — The Nomad’s Choice

    Ad Blocker Enabled!
    Ad Blocker Enabled!
    Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.