
User interface - Visual Studio Code
A quick overview of the Visual Studio Code user interface. Learn about the editor, window management, and special UI to handle source control, extension management, full text search …
Custom Layout - Visual Studio Code
Visual Studio Code comes with a simple user interface and convenient default layout. At the same time, VS Code provides options and settings to let you customize the UI layout to suit your …
Personalize VS Code - Visual Studio Code
Visual Studio Code ships by default with English as the display language. You can change the display language by installing a Language Pack extension from the Visual Studio Marketplace.
Extending Workbench | Visual Studio Code Extension API
Explain how to extend Visual Studio Code's workbench area with custom UI components
User and workspace settings - Visual Studio Code
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.
UX Guidelines | Visual Studio Code Extension API
Before diving into the details, it's important to understand how the various architectural UI parts of VS Code fit together and how and where your extension could contribute.
Extension Capabilities Overview - Visual Studio Code
To help make your extension fit seamlessly into the VS Code user interface, refer to the UX Guidelines, where you'll learn the best practices for creating extension UI and conventions for …
Working with GUI applications in VS Code - Visual Studio Code
You can develop Java GUI applications in Visual Studio Code easily. To achieve that, you need to install the Extension Pack for Java, which includes all the required extensions to develop Java …
Configure C/C++ IntelliSense - Visual Studio Code
This article is about configuring the C/C++ extension to provide C++ specific IntelliSense suggestions in Visual Studio Code. IntelliSense is a helpful tool built into VS Code that …
Debug code with Visual Studio Code
The Visual Studio Marketplace has a wide variety of debugging extensions to add debugging support for other languages and runtimes to VS Code. This article describes the debugging …