Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Exploring the AskVS command in GitHub Copilot for Visual Studio

(image) GitHub Copilot is an AI-driven coding assistant designed to streamline your coding tasks and boost productivity in various development environments. In this ongoing series, we focus on its integration with Visual Studio, illustrating how it can significantly enhance your workflow and coding experience. The latest short video I ...

How to use GitHub Copilot Chat in Visual Studio

GitHub Copilot serves as an AI-powered coding assistant capable of operating across various development environments, assisting you with your everyday coding challenges. In this new series of content, we will demonstrate how GitHub Copilot functions in Visual Studio especially and how it boosts your efficiency. We just published "Using ...

How to Install GitHub Copilot in Visual Studio

A step-by-step guide to enable the AI-powered coding assistant within Visual Studio Introduction to GitHub Copilot. GitHub Copilot is a new tool that helps you write code faster and smarter with the help of artificial intelligence. It can suggest code completions, generate code snippets, and even write entire functions for you. ...

Visual Studio’s Full Year in Review (2023)

In 2023, we added many new features, fixes, and improvements to Visual Studio 2022 to make your coding experience more productive, enjoyable, and accessible. This blog post looks back at all the notable enhancements that shipped in 2023 for Visual Studio 2022. Here are the recaps for the year...

VisualStudio.Extensibility: Install extensions without restarting Visual Studio!

The new VisualStudio.Extensibility SDK helps you build extensions that run outside of the main IDE process for improved performance and reliability. With a focus on developer productivity, it features a modern, intuitive .NET Core-based API and solid, well-maintained documentation. This public preview release builds on our previous ...

2023 – a year of community experiments

As we enter a new year, we wanted to catch you up on several experiments your feedback and participation helped us fine tune over the course of 2023. A community experiment is when we identify features believed to increase user productivity and happiness, and then build and test it with the community of Visual Studio users. These are ...

Build Better Extensions with VisualStudio.Extensibility Preview 3!

Today, we’re very excited to announce the third public preview of VisualStudio.Extensibility, our new SDK for creating extensions for Visual Studio! The VisualStudio.Extensibility SDK focuses on extensions that run out-of-process from the IDE for improved performance and reliability, and it features a modern API that has been streamlined ...