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
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...
Latest posts
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 like you. We released the first version in Visual Studio 17.2. and received an incredibly positive response. You can learn everything about it here IEnumerable visualizer (microsoft.com) One of the best things about IEnumerable visualizer is that we are entirely f...
Analysis Services and Reporting Services extensions for Visual Studio 2022 are here!
We’re happy to announce the popular and long-awaited Analysis Services, RDLC Report Designer, and Reporting Services extensions are available for Visual Studio 2022! Here’s how these Microsoft extensions for SQL Server can further enhance your business intelligence solution development environment. SQL Server Analysis Services (SSAS) The Microsoft Analysis Services extension adds project templates and design tools to easily create tabular and multidimensional data models in SQL Server Analysis Services, Microsoft Azure Services, and Power BI. These data model projects can also be integrated with source contro...
VS2022 Performance Enhancements: Git Branch Switching
Have you experienced delays when switching between your Git branches in Visual Studio? Did you have to wait for your solution and projects to reload after switching between branches in a Git repository? We are happy to announce performance enhancements to the branch switching experience in Visual Studio 2022. To benefit from the latest branch switching performance enhancements, download the latest preview version of Visual Studio. Utilizing the Git tooling to switch between branches in Visual Studio involves not only invoking the corresponding Git command for checking out a branch, but also involves...
Sneak Peek and Edit Your Code While You Search
Throughout Visual Studio 2022 Previews, we've been releasing a series of changes to the way you go about searching code in the IDE using the new All-In-One Search: Now, in 17.3 Preview 2, we’re releasing a new feature to the new All-In-One Search to help you search and interact with code more efficiently: Contextual Code Previews. This new code preview introduces the ability to not only preview your code search results, but also make edits to your code all within the All-In-One Search UI (use Ctrl+t or Ctrl+q to launch). The additional context provided by the code preview will allow you to differ...
Listen Up, Visual Studio has a new feature you need to hear about!
Our accessibility journey in Visual Studio has taught us that developers love to customize their experiences to help them be productive. Some developers have been telling us that they want to use sound to help them understand what’s happening in their code. A short, simple sound when the caret arrives on a line with an error can quickly help some developers understand where their attention needs to be. Visual Studio Code introduced a handful of these audio cues, and many developers love them. We’re happy to bring them to Visual Studio. Get Started With Visual Studio 17.3 preview 2, Visual Studio has added a few...
What’s New in Visual Studio: Make it Your Home
Visual Studio 2022 features an array of improvements during each major and minor release, and we know that you may not have a lot of time to find and try them after each update. We also heard from the developer community that you’d like an easy way to keep up with new Visual Studio capabilities that could be useful in your day-to-day work. That’s why we’ve put together a selection of features for you to play with, right within Visual Studio during each release. What’s New in Visual Studio is available in Visual Studio 17.3 Preview 1 and 2 in English locales. Try new Visual Studio features After updating ...
Arm64 Visual Studio
We are excited to announce that the release of Visual Studio 2022 17.3 Preview 2 is now available as a native Arm64 application on Windows 11! This will be the first version of Visual Studio that will natively support building and debugging Arm64 apps on Arm-based processors. Our key goal with this preview is to introduce and stabilize the most popular Workloads used by developers who are building apps that run on Arm64, and to gather feedback from the community to help us prioritize additional experiences and Workloads as we work toward General Availability (GA) later this year. Bringing Visual Studio to Windo...
Visual Studio for Mac 17.3 Preview 2 is now available
Today we release Visual Studio for Mac v17.3 Preview 2; focused on addressing top customer feedback from the Visual Studio for Mac v17.0 release. If you’re already using the Visual Studio for Mac Preview release, use the Visual Studio > Check for Updates… menu to update. If you aren’t using it yet, download it now: This blog post summarizes the top changes in this release. You can check out the preview release notes to learn about all of the changes we’ve made. Top issues fixed in this release Each release we focus on fixing some of the top items reported to us on the Developer Community site. In this...
New Profiler feature in Visual Studio
Introducing the new File I/O tool We just launched a new profiling tool in Visual Studio 17.2 that helps you understand how you can optimize your File I/O operations to improve performance in your apps. If you’re trying to investigate and diagnose slow loading times, the new File IO tool can help you understand how the I/O operations impact your spent time. How to use File IO View file read and write information to improve perf The File IO tool provides file read and write information with files read during the profiling session and can help you diagnose performance issues...