Visual Studio Code ( VS Code )

Free. Open source. Runs everywhere.

Code focused development. Redefined.

Code, Build & Debug modern Web & Cloud applications.

VS Code combines the simplicity of a code editor with what developers need for the core code-build-debug cycle.

Code is Free and available on your favorite platform

Visual Studio Code on Windows
Windows
Visual Studio Code on Linux
Linux
Visual Studio Code for the web
Browser
Visual Studio Code on Mac
Mac
Visual Studio Code on raspberrypi
Raspberry Pi

It just opens in your browser or is very quick to install locally and packed full of features to allow you to work on your code anywhere. You can also use Extensions to add extra features.

VSCode for the Web is available at vscode.dev, github.dev or GitHub Codespaces.

The core editor is Monaco Editor packaged in the electron atom shell, formerly known as Atom Shell and made by GitHub.

The Monaco Editor is also widely used across Microsoft products like Visual Studio Team Services, TypeScript Playground, OneDrive, App Service Editor, IE11 F12 tools, plus many more places.

Microsoft evolution of VS Code began many years ago, todays product is one of the largest TypeScript code bases at more than 350k lines of TypeScript.

Both Monaco Editor & Visual Studio Code are Open Source available on GitHub.

The Integrated terminal is a great feature, really helpful.

Visual Studio Code 1.91 - Release

Yet again another excellent release by the VS Code team, packed with new features, now including:

Visual Studio Code logo
  • Preview: Incoming/Outgoing changes graph - Visualize incoming and outgoing changes in the Source Control view.
  • Python environments - Enhanced environment discovery with python-environment-tools.
  • Smart Send in native REPL - Smoothly run code chunks in the native REPL.
  • GitHub Copilot extensibility - Chat and Language Model APIs available in VS Code Stable.
  • Preview: Profiles Editor - Manage your profiles in a single place.
  • Custom tab labels - More variable options and support for multiple extensions.
  • TypeScript 5.5 - Syntax checking for regular expressions and other language features.
  • JavaScript Debugger - Inspect shadowed variables while debugging JavaScript.

VS Code now ships with TypeScript 5.5.2

You can also try the next TypeScript features today by installing the TypeScript Nightly extension.

Plus so much more, be sure to read the Release Notes, as there is always loads of great information within.

Documentation

Getting started with VS Code focusing on ways to make getting started with the editor easier.

A new "Learn to Code" landing page on the website with coding packs and new content geared towards folks who are new to coding.

Also new student-friendly videos and resources on the site at code.visualstudio.com/learn

TypeScript Editing and Refactoring in VS Code.

Remote Repositories Blog Post

New Remote Development resources - Check out the new video and Learn module.

New Beginner's Series to: Dev Containers, a set of eight videos that show you how to get, create, and configure a container-based development environment using VS Code Remote - Containers

Find out more at Visual Studio Code Update or Download.

Remote Development

A preview release of the Remote Development extensions has been released.

A new set of extensions that enable you to open any folder in a container, on a remote machine, or in the Windows Subsystem for Linux (WSL) and take advantage of VS Code's full feature set.

These extensions let you work with VS Code over SSH on a remote machine or VM, in Windows Subsystem for Linux (WSL), or inside a Docker container. You can read the Remote Development with Visual Studio Code blog post to learn more.

Visual Studio Codespaces - Create and connect to cloud-based development environments formerly Visual Studio Online.

The Visual Studio Codespaces preview, announced at Ignite 2019, allows you to create development environments in the cloud and connect to them with Visual Studio Code, a browser-based editor, or Visual Studio IDE.

Visual Studio Codespaces extension

You can learn more at Developing with Visual Studio Codespaces and get started creating and customizing a development environment with the Visual Studio Codespaces Quickstarts.

GitHub Codespaces

Codespaces are also available on GitHub. Take a read of the Codespaces feature page for more information on getting started with a full Visual Studio Code experience without leaving GitHub.

We have started to put together information and links on our Codespaces page.

Some of the key features from earlier releases are:

  • Editor tabs multi-select - Select and perform actions on multiple tabs simultaneously.
  • Profiles - Open new windows with your preferred profile.
  • Editor actions - Immediately access editor actions across editor groups.
  • Copilot extensibility - Build AI into your extensions with the Chat and Language Model API.
  • VS Code Speech - Automatically read out Copilot Chat responses with text-to-speech.
  • Find in notebooks - Restrict search to selected cells in notebooks.
  • Chat context - Quickly attach different types of context in chat.
  • IntelliSense in chat responses - Better understand generated code with IntelliSense.
  • Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown.
  • Enhanced branch switching - Restore open editors seamlessly when switching between branches.
  • Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click.
  • WSL over Remote - SSH - Use WSL when connected to a remote machine via Remote - SSH.
  • Accessible View - Navigate through comments, chat code blocks & terminal commands from the Accessible View.
  • Keyboard shortcuts for UI actions - Customize keybindings for UI actions directly with a right-click.
  • Quick Search - Search for text across your workspace with Quick Search.
  • AI-powered rename suggestions - Get intelligent rename suggestions in the editor with Copilot.
  • Copilot content exclusion - Exclude files from being used in the Copilot context.
  • Local workspace extension - Include and install extensions directly in your workspace.
  • Apply custom editor labels - Distinguish between editors with same file names.
  • Locked scrolling - Compare editors side-by-side with synchronized scrolling.
  • Extension update improvements - Restart extensions without reload & update extensions with VS Code releases.
  • Test Coverage API - Native code coverage support in VS Code.
  • Folding markers in minimap - Easily identify and navigate to code sections from minimap.
  • Quick Search improvements - Sticky file path separators and separator buttons.
  • Notebook Run cells in section - Quickly run all cells in a notebook section.
  • Copilot improvements - Improved inline chat UI, commit messages, and used references.
  • Python auto-detect improvements - Detect startup files for Flask & Django, discover Hatch environments.
  • Preview: Terminal inline chat - Start a Copilot inline chat conversation directly from the terminal.
  • Voice dictation in editor - Use your voice to dictate directly in the editor.
  • Multi-cursor inline suggestions - Review and accept inline suggestions for multiple cursors.
  • Copilot-powered rename suggestions - Get rename suggestions for symbols from Copilot.
  • Side-by-side preview refactoring - Preview refactorings across files with multi diff editor.
  • Smarter Python imports - Improvements for adding missing Python imports.
  • Sticky scroll in editor - Sticky scroll is enabled by default in the editor.
  • Multi-language support for speech - Multiple languages supported for speech recognition.
  • Copilot suggestions for dev containers - Get template and feature suggestions for dev container configurations.
  • Per-window zoom levels - Adjust the zoom level for each window independently.
  • Hey Code voice command - Start a chat session with a voice command.
  • Multi-file diff editor - Quickly review diffs across multiple files in the diff editor.
  • Triggered breakpoints - Efficient debugging with breakpoint dependencies.
  • Expanded Sticky Scroll support - Sticky Scroll in tree views and notebooks.
  • Markdown paste options - Rich paste support for links, video, and audio elements.
  • Flexible Auto Save options - Skip Auto Save on errors or save only for specific file types.
  • Source Control input - Customize commit input and per-language editor settings.
  • Extension notifications - Fine-grained control for disabling notifications per extension.
  • GitHub Copilot updates - Improved default context, add file as context, AI fixes.
  • Floating editor windows - Drag and drop editors onto your desktop.
  • Accessible View workflow - Smoother transitions to and from the Accessible View.
  • Finer extension update control - Choose which extensions to auto update.
  • Source Control incoming and outgoing view - Easily review pending repository changes.
  • JavaScript heap snapshots - Visualize heap snapshots including memory object graphs.
  • TypeScript Go to Definition from inlay hints - Jump to definition from inlay hint hovers.
  • Python type hierarchy display - Quickly review and navigate complex type relationships.
  • GitHub Copilot updates - Inline chat improvements, Rust code explanation.
  • Preview: expanded Sticky Scroll support - Sticky Scroll in tree views and the terminal.
  • More audio cues - New audio cues to indicate clear, save, and format activity.
  • Activity bar position - Move Activity bar to the top for compact display.
  • Hide editor tabs - Show multiple, single, or no editor tabs.
  • Maximize Editor Groups - Quickly expand the active Editor Group.
  • Python improvements - Better run code in terminal, easier virtual environment creation.
  • FastAPI tutorial - Learn about developing Python FastAPI apps with VS Code.
  • Gradle for Java - Improved support for Java Gradle projects.

You can find earlier released key features on our key feature archive page.

VS Code also has some great documentation, some of the interesting topics covered are: https://github.com/Microsoft/vscode-recipes and Deploying Applications to Azure

Visual Studio Code Placement