10 results found
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists common default keyboard shortcuts in VS Code. For a full list of keyboard shortcuts, use either of these options within VS Code: Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command Palette. Open the Keyboard Shortcuts editor, and then select Show System ...
-
Keyboard shortcuts for Visual Studio Code
Learn how to customize, modify, and troubleshoot keyboard shortcuts for VS Code on different platforms. Find the default keyboard shortcuts, keymap extensions, and keyboard rules in the documentation.
-
File management Search and replace Keyboard shortcuts for Windows
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
-
GitHub Copilot in VS Code cheat sheet - Visual Studio Code
GitHub Copilot in VS Code cheat sheet GitHub Copilot in Visual Studio Code provides AI-powered features to help you write code faster and with less effort. This cheat sheet provides a quick overview of the features for GitHub Copilot in Visual Studio Code.
-
Basic editing - Visual Studio Code
Basic editing Visual Studio Code is an editor first and foremost, and includes the features you need for highly productive source code editing. This topic takes you through the basics of the editor and helps you get moving with your code. Keyboard shortcuts Being able to keep your hands on the keyboard when writing code is crucial for high productivity. VS Code has a rich set of default ...
-
Visual Studio Code tips and tricks
Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more.
-
Terminal Basics - Visual Studio Code
By default, there is no keyboard shortcut associated with Open in Integrated Terminal but you can add your own via the Keyboard Shortcuts editor (⌘K ⌘S (Windows, Linux Ctrl+K Ctrl+S)) to add a keyboard shortcut to your keybindings.json. The keybindings.json example below adds the keyboard shortcut Ctrl+T for openInTerminal.
-
Settings Sync - Visual Studio Code
Settings Sync Settings Sync lets you share your Visual Studio Code configurations such as settings, keyboard shortcuts, and installed extensions across your machines so you are always working with your favorite setup.
-
Customize Visual Studio Code
Learn how to customize your Visual Studio Code with settings and keyboard shortcuts.
-
Code Navigation - Visual Studio Code
Key Bindings - Learn how to modify keyboard shortcuts to your preference. Debugging - This is where VS Code really shines. Common questions How can I automatically select the second entry in Quick Open instead of the first? With the command workbench.action.quickOpenPreviousEditor, you can have the second entry automatically selected in Quick Open.