10 results found
-
File management Search and replace Keyboard shortcuts for Windows
Other operating systems’ keyboard shortcuts and additional unassigned shortcuts available at aka.ms/vscodekeybindings
-
Keyboard shortcuts for Linux - Visual Studio Code
Ctrl+K Ctrl+D Move last selection to next Find match
-
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.
-
Keyboard shortcuts for macOS - Visual Studio Code
⌘W ⇧⌥⌘PgDn Close Column (box) selection page down unassigned shortcuts available at aka.ms/vscodekeybindings
-
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.
-
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 ...
-
Terminal Basics - Visual Studio Code
To toggle the terminal panel, use the ⌃` (Windows, Linux Ctrl+`) keyboard shortcut. To create a new terminal, use the ⌃⇧` (Windows, Linux Ctrl+Shift+`) keyboard shortcut. VS Code's terminal has additional functionality called shell integration that tracks where commands are run with decorations on the left of a command and in the scrollbar:
-
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 ...
-
Refactoring - Visual Studio Code
Keyboard shortcuts for Code Actions The editor.action.codeAction command lets you configure keyboard shortcuts for specific Code Actions. This keyboard shortcut, for example, triggers the Extract function refactoring Code Actions:
-
Editing TypeScript - Visual Studio Code
Editing TypeScript Visual Studio Code has great editing support for TypeScript. This article goes into depth on the editing and programming language features that come built-in to VS Code. If you'd like to know more about general editing features in VS Code, such as keyboard shortcuts, multi-cursors, search, and find and replace, you can read Basic Editing. IntelliSense IntelliSense shows you ...