10 results found
-
Keyboard shortcuts for Visual Studio Code
Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.
-
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 ...
-
Personalize VS Code
Learn how to personalize VS Code to your likings with themes, icons, keyboard shortcuts, display language, and settings.
-
Visual Studio Code tips and tricks
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. If you're just ...
-
when clause contexts | Visual Studio Code Extension API
when clause contexts Visual Studio Code sets various context keys and specific values depending on what elements are visible and active in the VS Code UI. These contexts can be used to selectively enable or disable extension commands and UI elements, such as menus and views. For example, VS Code uses when clauses to enable or disable command keybindings, which you can see in the Default ...
-
Keyboard shortcuts for Linux - Visual Studio Code
Ctrl+K Ctrl+DMove last selection to next Find match
-
January 2023 (version 1.75) - Visual Studio Code
Welcome to the January 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Profiles - Create and share profiles to configure extensions, settings, shortcuts, and more. VS Marketplace signing - Published extensions now code signed by default. Accessibility improvements - Terminal screen reader mode, new ...
-
User and workspace settings - Visual Studio Code
User and workspace settings You can configure Visual Studio Code to your liking through its various settings. Nearly every part of VS Code's editor, user interface, and functional behavior has options you can modify. VS Code provides different scopes for settings: User settings - Settings that apply globally to any instance of VS Code you open. Workspace settings - Settings stored inside your ...
-
September 2023 (version 1.83) - Visual Studio Code
Welcome to the September 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Accessibility improvements - Screen reader support for the pull request comments. Better Command Palette search - New "similar commands" list to help command discovery. Add custom icons to profiles - Display an icon to easily identify ...
-
Performance Profiling JavaScript - Visual Studio Code
Performance Profiling JavaScript Visual Studio Code supports collecting and viewing performance profiles for JavaScript programs. To get started, you'll first need to have the debugger configured for your Node.js program or browser app. Types of profiles Depending on what you want to optimize, there are different kinds of profiles you may want to take. CPU Profile - A CPU profile tells you ...