Visual Studio Blog

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

What’s new in Visual Studio productivity

We often hear feedback from users like you that request smaller quality-of-life improvements in Visual Studio. While we can’t address every piece of feedback right away, we appreciate the time you spend providing it and hope you continue to share your thoughts on how to make Visual Studio even better. In today’s blog post, we’d like to ...

IEnumerable Debugger Visualizer Improvements

In Visual Studio 17.3 Preview 3, we added a few highly requested improvements in IEnumerable visualizer like Filtering, Theming, and CSV export to enhance the visualizer experience further. The .NET IEnumerable debugger visualizer is one of our most loved debugging features in recent times. This was a highly requested feature by developers ...

Just-in-time refactoring made even easier with IntelliCode auto suggested code for C#

Have you ever wondered if there was a tool to help you with routine code tasks like writing common constructors or inserting similar code to a few different spots? Maybe you even know some code actions or refactorings that can help you. But at the time you could have used the code action, you typed the change instead, because you remembered ...

Visual Studio on an ultra-wide monitor

A growing number of Visual Studio customers use ultra-wide monitors today. Ultra-wide means wider than a traditional 16:9 widescreen display – usually 3440x1440 or larger resolution. They seem to be gaining popularity among developers and I’m curious how Visual Studio can use all this extra space. So, I asked people on Twitter to send me ...

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

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...

It looks like you’re using Visual Studio. Would you like help?

We recently asked in an installer survey what you’d find valuable to see while you’re staring at the installer screen during updates/installations in Visual Studio 2022, and y’all said tips and tricks!  Y’all also told us that you want to see tips in the IDE, too—in a Visual Studio start page! Receiving tips from a virtual ...

Debugging External Sources with Visual Studio

Have you ever needed to debug and step into a code of dependent NuGet or .NET libraries that do not build as part of your solution? Today, debugging through them is not so easy as debugging your projects that are part of your solution. Starting with Visual Studio 2022 Preview 3, we are adding a new "External Sources" node in the Solution Explo