
Visual Studio Code - The open source AI code editor
VS Code supports almost every major programming language. Several ship in the box, like JavaScript, TypeScript, CSS, and HTML, but extensions for others can be found in the VS Code Marketplace.
Basic editing - Visual Studio Code
VS Code allows you to quickly find and replace text in the currently opened file. Press ⌘F (Windows, Linux Ctrl+F) to open the Find control in the editor and type the search string.
Custom Editor API | Visual Studio Code Extension API
A custom editor is an alternative view that is shown in place of VS Code's standard text editor for specific resources. There are two parts to a custom editor: the view that users interact with and the …
Visual Studio Code tips and tricks
If you are looking to improve your code editing skills, open the Interactive Editor Playground. Try out VS Code's code editing features, like multi-cursor editing, IntelliSense, Snippets, Emmet, and more.
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and …
Code Navigation - Visual Studio Code
In this topic, we'll first describe VS Code's language intelligence features (suggestions, parameter hints, smart code navigation) and then show the power of the core text editor.
Visual Studio Code for the Web
VS Code for the Web has many of the features of VS Code Desktop that you love, including search and syntax highlighting while browsing and editing, along with extension support to work on your …
VS Code API | Visual Studio Code Extension API
VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all VS Code APIs available to extension authors.
Accessibility - Visual Studio Code
Visual Studio Code user accessibility features. Learn here about the various ways VS Code aids user accessibility.
Keyboard shortcuts for Visual Studio Code
VS Code provides a rich keyboard shortcut editing experience with the Keyboard Shortcuts editor. The editor lists all available commands with and without keyboard shortcuts, and enables you to change, …