
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 GUI applications.
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 and more.
Visual Studio Code - Code Editing. Redefined
Code wherever you're most productive, whether you're connected to the cloud, a remote repository, or in the browser with VS Code for the Web (vscode.dev). Built-in Source Control empowers you with Git support out-of-the-box.
Custom Layout - Visual Studio Code
You can customize the layout of the VS Code editor region independently of the workbench user interface. By default, the editor region displays useful features such as the minimap, breadcrumbs, editor tabs, and has optional UI such as Sticky Scroll.
Webview UI Toolkit for Visual Studio Code
Oct 11, 2021 · We're so excited to announce the public preview of the Webview UI Toolkit for Visual Studio Code. With this toolkit, extensions developers can quickly and easily create webview-based extensions in Visual Studio Code that look, feel, and act like the editor itself.
Tutorial: Get started with Visual Studio Code
In this tutorial, you learn about the key features of Visual Studio Code to help you get started with coding quickly. You learn about the different components of the user interface and how to customize it to your liking.
Using Git source control in VS Code - Visual Studio Code
Using Git source control in VS Code. Visual Studio Code has integrated source control management (SCM) and includes Git support out-of-the-box. Many other source control providers are available through extensions on the Visual Studio Marketplace.
UX Guidelines | Visual Studio Code Extension API
These guidelines cover the best practices for creating extensions that seamlessly integrate with VS Code's native interface and patterns. In these guidelines, you can expect to find: An outline of VS Code's overall UI architecture and elements
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 following the preferred VS Code workflows.
Getting started with Visual Studio Code
User Interface - View the documentation for VS Code. Setup Overview - Documentation for getting up and running with VS Code, including platform specific setup. IntelliSense-VS Code brings smart code completions as you type.