Visual Studio Blog

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

Featured posts

Visual Studio 2026 is here: faster, smarter, and a hit with early adopters
Nov 11, 2025
Post comments count 0
Post likes count 60

Visual Studio 2026 is here: faster, smarter, and a hit with early adopters

Mads Kristensen

Dear developers, We’re thrilled to announce that Visual Studio 2026 is now generally available! This is a moment we’ve built side by side with you. Your feed...

AnnouncementVisual Studio 2026Release

Latest posts

Apr 19, 2023
Post comments count 15
Post likes count 5

Git Tooling Preview Features to Enhance Productivity

Jessie Houghton

We’re excited to share productivity and quality of life improvements available to the Git experience in Visual Studio version 17.6 Preview 2. Download the latest Visual Studio Preview and watch our recent Visual Studio Toolbox Live session to check out the following new Git features. Improved Search for Related GitHub Issues and Azure DevOps Work Items During this release, we’ve improved on the Issues and Work Items integration in the commit message we introduced in 17.6 preview 1. You now get better search results when querying for items that you haven't updated recently. You also can view items that...

Apr 13, 2023
Post comments count 13
Post likes count 11

Improving Visual Studio performance with the new Instrumentation Tool

Nik Karpinsky

Summary With the release of Visual Studio 2022 version 17.6 we are shipping our new and improved Instrumentation Tool in the Performance Profiler. Unlike the CPU Usage tool, the Instrumentation tool gives exact timing and call counts which can be super useful in spotting blocked time and average function time. To show off the tool let’s use it to improve performance in Visual Studio. Wait, I thought Visual Studio already had an Instrumentation tool? If you were thinking, “Doesn't Visual Studio already have an Instrumentation Tool” then you were thinking right! So, what’s… new? Well, a whole list of things ...

Apr 6, 2023
Post comments count 6
Post likes count 8

Visual Studio Toolbox: Debug Threads & Tasks with Parallel Stacks

Leslie Richardson

The Visual Studio Toolbox show helps you become a more productive developer by focusing on tooling in and out of Visual Studio.  Our latest episodes of VS Toolbox (available both on Learn and YouTube) feature Mark Downie and Ramkumar Ramesh from the Visual Studio Diagnostics team. They demonstrate how you can use the Threads and Tasks views of the Parallel Stacks window in VS 2022 to debug your multithreaded applications.   When debugging multithreaded applications, understanding the relationship between threads is important for properly designating and negotiating resources between them.  In the Debug...

Mar 23, 2023
Post comments count 5
Post likes count 5

Visual Studio Toolbox: Integrated C++ Game Development

Leslie Richardson

The Visual Studio Toolbox show helps you become a more productive developer by focusing on tooling both in and outside of Visual Studio. The show is available both on Learn and YouTube. Our latest episode features C++ program manager David Li, who shows how you can use the new Unreal Engine Integrations in Visual Studio 2022 17.5 to be more productive and build games faster with C++ and the Unreal Engine. David first talks about how Visual Studio helps you avoid the losing your focus by having to bounce back and forth between environments. He then shows how to install the Unreal Engine extensions and take adva...

Mar 22, 2023
Post comments count 40
Post likes count 20

GitHub Copilot chat for Visual Studio 2022

Mark Wilson-Thomas

GitHub Copilot has become a trusted AI-assisted pair programmer helping to auto-complete comments and code more productively. That’s just the beginning though! We’ve been working to evolve Copilot to move beyond code completion and provide enhanced AI assistance that you can access throughout your development lifecycle, whatever task you happen to be doing at the time. Copilot chat in Visual Studio We’re bringing fully integrated AI-powered Copilot chat experiences to Visual Studio. This is no ordinary chat! With tight integration in Visual Studio, it understands what you’re working on. That means it can quickl...

Mar 21, 2023
Post comments count 7
Post likes count 16

Streamlining your Debugging process with Breakpoint Groups

Harshada Hole

Have you ever had a situation when you are debugging a complex scenario with a huge list of breakpoints, and you find yourself scrolling and tapping in the breakpoints windows to disable/enable them individually and repetitively? Then the new Breakpoint Groups feature in Visual Studio may be the answer for you. This feature will allow you to create named breakpoint groups with any number of breakpoints in them. This provides a way to customize the breakpoint configuration and toggle breakpoints individually or in combination making debugging, testing, and troubleshooting faster and more effective. Breakpoin...

Mar 20, 2023
Post comments count 2
Post likes count 3

Upgrading from IntelliCode custom team completions models to deep learning.

Aaron Yim

TL;DR – A deep learning model will now help provide starred completions for custom methods in the IntelliSense list. All users of Visual Studio 2022 will receive this improvement automatically. With original IntelliCode, a custom trained model was previously useful for ranking custom methods in a user’s code. When IntelliCode first shipped in Visual Studio, it used a simple Markov-chain model to rank methods in the IntelliSense list. This model couldn’t rank custom methods that are specific to your code, so we enabled developers to train repository-associated team & personal models to rank custom methods sp...

Mar 16, 2023
Post comments count 26
Post likes count 5

Help us investigate a new Welcome Experience in Visual Studio 17.6 Preview 2

Grace Taylor

A central theme across Visual Studio releases is 'get to code' quickly. Over the years, we’ve tried many approaches to accelerate start up, project selection or creation, and restoration of previous state. In Visual Studio 2019 we created the modal 'start window' experience that optimized for getting to the primary action most developers take when starting the shell. Since that release, there’s been mixed feedback. Much of the critical feedback revolved around the modality interruption when switching between solutions. That has led us to reconsider other options for "get to code." With your feedback in mind, w...

Mar 15, 2023
Post comments count 13
Post likes count 6

Improving the Spell Checker

Dante Gagne

Welcome to our latest blog post about the spell checker feature in Visual Studio 17.6 preview 2! We're excited to share with you the latest improvements we've made to this feature, which was first introduced in the Visual Studio 17.5 preview releases for C#, C++, and markdown files. We've received an overwhelming amount of valuable feedback from developers like you, which has helped shape and refine this feature before its release to the release channel. If you're new to the spell checker feature, check out our earlier blog post for an introduction. Otherwise, let's dive into the exciting enhancements in V...