Visual Studio Blog

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

Featured posts

Agent mode is now generally available with MCP support
Jun 17, 2025
Post comments count 6
Post likes count 12

Agent mode is now generally available with MCP support

Rhea Patel Filisha Shah Allie Barry
Rhea,
Filisha,
Allie

Copilot agent mode is the next evolution in AI-assisted development—and it's now generally available in the Visual Studio June update. Agent mode turns GitHu...

.NETVisual StudioGitHub Copilot

Latest posts

Join us November 8 for the Launch of Visual Studio 2022
Oct 12, 2021
Post comments count 51
Post likes count 0

Join us November 8 for the Launch of Visual Studio 2022

Amanda Silver
Amanda Silver

On behalf of our entire team, I’m excited to announce the upcoming release of Visual Studio 2022 on November 8, and the immediate availability of the Visual Studio 2022 Release Candidate (RC) and Preview 5. We invite you to explore the latest capabilities of Visual Studio 2022 at our virtual launch event on November 8. Throughout the day, you can learn from some special guest speakers, talk back to the Visual Studio team, and even download exclusive digital swag. Join us at our virtual event Our free, online launch event kicks off at 8:30 AM Pacific Time on November 8 with a keynote from Scott Hanselman...

Case Study: Using Visual Studio Profiler to reduce memory allocations in the Windows Terminal console host startup path
Oct 11, 2021
Post comments count 2
Post likes count 0

Case Study: Using Visual Studio Profiler to reduce memory allocations in the Windows Terminal console host startup path

Austin Lamb
Austin Lamb

Setting The Stage Around the holidays of 2020 it was a bit quieter, and I decided it might be a great time to go investigate how the Visual Studio profiling tools worked. I have been a long-time user of the Windows Performance Analyzer (WPA), which is a great tool for doing systems-level performance analysis. It is, however, quite complex and difficult to learn, and I'd heard that the Visual Studio Profiler had improved a lot since I last looked at it. I could have chosen a toy program to look at, but it felt like I'd learn more by approaching a real codebase of significant size. The Windows Terminal project ...

Bring VS Code themes to Visual Studio 2022!
Oct 7, 2021
Post comments count 4
Post likes count 0

Bring VS Code themes to Visual Studio 2022!

Grace Taylor
Grace Taylor

We want developers to have the flexibility to personalize their Visual Studio IDE to fit their individual preferences, and themes are an important component for achieving this goal. We’ve been testing out a Theme Converter that helps theme authors convert their Visual Studio Code themes to work in VS. Last week, we shared a collection of new community themes created using this tool. Today, we’d like to share with you a bit more detail about this converter tool, and how you can convert your own theme as well! Using this tool, you can now convert any VS Code theme for use in Visual Studio 2022! This gives yo...

Visual Studio 2022 for Mac Preview 1 is now available!
Sep 30, 2021
Post comments count 15
Post likes count 0

Visual Studio 2022 for Mac Preview 1 is now available!

Jordan Matthiesen
Jordan Matthiesen

Visual Studio 2022 for Mac Preview 1 is now available! This is the first public release of our .NET IDE with a refreshed, fully native macOS UI; we’d love for you to download it, try it out, and share your feedback to help us shape the next major release of Visual Studio for Mac. We owe a huge THANK YOU to our community of private preview users – over 4,000 developers tried out the release and worked with our team to help identify, reproduce, and fix over 100 issues. Feel at home on the Mac, with a modern Visual Studio experience Our goal with Visual Studio 2022 for Mac is to make a modern .NET IDE tailored ...

Avoiding Memory Leaks in Visual Studio Editor Extensions
Sep 24, 2021
Post comments count 1
Post likes count 0

Avoiding Memory Leaks in Visual Studio Editor Extensions

Christian Gunderman
Christian Gunderman

Visual Studio extenders make VS even better by augmenting it with specialized tools, new languages, and workflows. As a Visual Studio extender, you can ensure your extension’s customers have the most performant, reliable experience possible by avoiding common sources of memory leaks, described within this blog post. Background In the early 2010s, a small team of engineers was spun up to rethink Visual Studio’s C++/COM/Win32 Editor and Extensibility in terms of new, cutting edge technologies like C#, .NET, and WPF. This team created several foundational pieces, such as Visual Studio MEF and the Visual Studio ...

We want to make Help all you need
Sep 23, 2021
Post comments count 14
Post likes count 0

We want to make Help all you need

Jason Chlus
Jason Chlus

On the Visual Studio team, we aspire to deliver higher satisfaction across all areas of Visual Studio with greater awareness, connectivity, and productivity. With this in mind, we’ve been investigating the age-old “Help Menu”. This is just the start of a series of experiments we’re trying, and we want your (ahem) help to improve it. This change aims to connect you to resources that will better unlock Visual Studio: docs, getting started material, our social media, Developer Community, and your subscription information.  The new help menu in Visual Studio 2019 version16.11 (Download Here)  Before vs After  ...

Introducing Collection of New Visual Studio Themes!
Sep 20, 2021
Post comments count 30
Post likes count 0

Introducing Collection of New Visual Studio Themes!

Grace Taylor
Grace Taylor

We are on a journey to make Visual Studio more flexible than ever, so that you can make the IDE work just the way you like it! One of our key focus areas for Visual Studio 2022 is to build a personal, flexible IDE that you can make your own. We’ve teamed up with theme authors from the community to test a new tool that converts VS Code themes to work in Visual Studio. This way, you now have the flexibility to choose from new community themes in Visual Studio 2022. We know that picking a great theme is as important as picking an office chair. Every developer has unique personalization preferences. We’ve been...

Discover quick actions for common tasks as you type, with IntelliCode
Sep 15, 2021
Post comments count 2
Post likes count 1

Discover quick actions for common tasks as you type, with IntelliCode

Peter Groenewegen
Peter Groenewegen

Have you ever found yourself wishing there was a built-in tool to accomplish a common task? You could not find the tool and started the work manually. Only after you have started the work, you discover there was a quick action to do the task. IntelliCode can now spot when you're performing a common task and recommend the right quick action, completing it right as you're typing. See how this works in the video above. In its current form, IntelliCode can detect and suggest a quick action for two initial scenarios: Generate Constructor and Add Parameter to Constructor. Scenarios supported will be expanded in ...

Visual Studio 2022 Preview 4 is now available!
Sep 14, 2021
Post comments count 58
Post likes count 0

Visual Studio 2022 Preview 4 is now available!

Mads Kristensen
Mads Kristensen

We are excited to announce the fourth preview release of Visual Studio 2022! With Preview 4, there are more new capabilities on the themes of personal and team productivity, modern development, and constant innovation. In this blog, we're highlighting a few of the new capabilities of Visual Studio 2022 Preview 4. We’d love for you to download it, try it out, and join us in shaping the next major release of Visual Studio with your feedback.   Personal & team productivity A focus area for Visual Studio 2022 is improving the scalability and performance of Visual Studio. In previous blog posts, we'v...