
Tutorial: Get started with Visual Studio Code
In this tutorial, you create a sample JavaScript file and use some of the code editing features that VS Code offers. VS Code supports many programming languages and in a next step, you'll …
Documentation for Visual Studio Code
Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on …
Getting started with Visual Studio Code
Getting started with Visual Studio Code In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
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 …
Transact-SQL in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Transact-SQL.
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 …
Visual Studio Code - The open source AI code editor
Use the Tab key to accept AI-powered suggestions right in your editor. It intelligently recommends what to change — and where — based on the edits you're already making.
Code editing in Visual Studio Code
In this Visual Studio Code tutorial, we cover how to edit and run a small piece of code, including the features outlined below. After viewing this overview, read on in the Related Resources …
Resolve merge conflicts in VS Code - Visual Studio Code
Learn how to resolve Git merge conflicts in VS Code using inline editor actions, the 3-way merge editor, and AI-assisted resolution.
Getting Started with Python in VS Code - Visual Studio Code
In this tutorial, you will learn how to use Python 3 in Visual Studio Code to create, run, and debug a Python "Roll a dice!" application, work with virtual environments, use packages, and more!