Showing results for performance - Visual Studio Blog

Dec 9, 2024
3

Keep working with non-blocking Code Cleanup

Leah Tran
Leah Tran

Are you tired of waiting for Code Cleanup to finish every time you save your work? Visual Studio 2022 will no longer lock up and get in the way of your tasks as it’s cleaning up the code under the covers. Every developer knows the importance of maintaining clean code. However, the traditional Code Cleanup process in Visual Studio could take ...

Nov 27, 2024
0

Updates for C++ developers in Visual Studio 2022 17.12

Sy Brand
Sy Brand

Visual Studio 17.12 is here and comes with a host of new features for C++ developers. We’ve made improvements across our toolchain, C++ Build Insights, Unreal Engine support, and more. This post gives a quick overview of what’s available; for all the details, see What’s New for C++ Developers in Visual Studio 2022 17.12 on the C++ blog. Standard L...

Oct 7, 2024
4

Accelerate C++ Debugging with Enhanced Conditional Breakpoints

Harshada Hole
Harshada Hole

Are you tired of waiting for your conditional breakpoints to hit in C++? Do you wish there was a way to speed up the debugging process and get to the root of the problem faster? If so, you're in luck! We have some exciting news for you: Visual Studio 2022 has significantly improved the performance of conditional breakpoints in C++ through a rewo...

Debugging and DiagnosticsBreakpoints
Oct 1, 2024
11

Visual Studio 2022 – Recent performance enhancements 

Mads Kristensen
Mads Kristensen

Visual Studio 2022 continues to be faster with each version. In this blog post we will highlight a couple of the more significant enhancements you’ll experience in 17.11, such as a more efficient C# language service, faster conditional breakpoints and symbol searches in C++. Reduced CPU usage by C# language service Code Indexing In 17.10 we reva...

SearchBreakpointsroslyn
Sep 30, 2024
1

Effortless Instrumentation profiling with Persistent Target Selection

Harshada Hole
Harshada Hole

Ever wished to assess your code's performance without repeatedly choosing the target process or executable for each instrumentation profiling session? If so, you're among many developers who find this task cumbersome and prone to errors, especially when profiling the same target repeatedly. We understand your frustration and have a solution: Vis...

ProfilingVisual Studio Profiler
Sep 17, 2024
4

How to run .NET apps natively on Arm64 devices

Mark Downie
Mark Downie

Are you developing .NET applications for Arm-based processors? Do you want to take advantage of the performance and power efficiency of running your apps natively on Arm64 devices? If so, you'll be happy to hear that Visual Studio 2022 17.11 has a new feature that makes it easier than ever to do just that. Visual Studio 2022 natively support...

.NETArm6432-bit
Jun 11, 2024
10

Visual Studio 2022 – 17.10 Performance Enhancements

Ashok Kamath
Ashok Kamath

We are excited to announce the latest update of Visual Studio 2022, which brings you a range of performance enhancements across various areas of the IDE. In this blog post, we will highlight some of the most notable improvements that you can experience in version 17.10, such as faster Windows Forms designer loading, faster Razor colorization, quick...

Visual Studio 2022Performance17.10
Mar 4, 2024
9

Code coverage features in Visual Studio Enterprise

Faisal Hafeez
Faisal Hafeez

By using code coverage, you can find out where your testing needs improvement and make your software more robust and dependable. In this post, we will introduce the new features that we introduced to the Code Coverage Results window in Visual Studio Enterprise 2022. These features are:  These features are not available in Profe...

Feb 26, 2024
3

Visual Studio’s Full Year in Review (2023)

Jason Chlus
Jason Chlus

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:  For m...

Jan 22, 2024
5
8

Visual Studio productivity features in 2023

Leah Tran
Leah Tran

Over the last year, we’ve invested heavily in new capabilities to help Visual Studio developers code more easily. Let’s look back on some of the additions that aim to make your coding experience more productive. Productivity highlights Here’s a snapshot of some productivity enhancements that shipped in 2023, ranging from versions 17.5 to 17.8...

Visual StudioVisual Studio 2022Performance