Showing tag results for Visual Studio 2022

Jul 25, 2023
Post comments count4
Post likes count6

Rock Your Debugging Game: Parallel Stack Window Tips You Need to Know!

Harshada Hole
Harshada Hole

In Visual Studio 2022 17.6 and 17.7 we added a ton of new features in Parallel Stack Window that can take your multithreaded debugging to the next level. But what can the Parallel Stack Window do for you? The answer is simple - it offers valuable insights into how your code functions in multithreaded or parallel or async environments. Understand...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Jul 17, 2023
Post comments count34
Post likes count6

Introducing a powerful new Extension Manager

Maia Kelner
Maia Kelner

The Visual Studio Marketplace is filled with incredible extensions that let you customize your IDE, boost your productivity, and integrate with your other development tools. We’ve heard feedback from developers like you that it can be difficult to find important information like ratings and full-length descriptions when browsing the Marketplace wit...

Visual StudioExtensionsVisual Studio 2022
May 10, 2023
Post comments count162
Post likes count54

Visual Studio UI Refresh

Kaitlin Brooks Cherry Wang Dante Gagne
Kaitlin,
Cherry,
Dante

Microsoft Fluent design language provides a unified framework to create and deliver more productive, consistent, and accessible applications. The Fluent design principles have been applied across familiar products like Microsoft 365 and we’ve been using those principles in the IDE to make targeted improvements to real problems. We’re excited to...

AnnouncementVisual Studio 2022Accessibility
Apr 13, 2023
Post comments count13
Post likes count11

Improving Visual Studio performance with the new Instrumentation Tool

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

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Apr 6, 2023
Post comments count6
Post likes count8

Visual Studio Toolbox: Debug Threads & Tasks with Parallel Stacks

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

Visual StudioDebugging and DiagnosticsVisual Studio 2022
Mar 23, 2023
Post comments count5
Post likes count5

Visual Studio Toolbox: Integrated C++ Game Development

Leslie Richardson
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 product...

Visual StudioUnityVisual Studio 2022
Mar 21, 2023
Post comments count7
Post likes count16

Streamlining your Debugging process with Breakpoint Groups

Harshada Hole
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 cre...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Mar 15, 2023
Post comments count13
Post likes count6

Improving the Spell Checker

Dante Gagne
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 de...

Visual Studio 2022ProductivityTips and Tricks
Mar 8, 2023
Post comments count0
Post likes count8

Developing Accessible Apps with Visual Studio

Dante Gagne
Dante Gagne

When your application has an accessibility issue, it means that some users will find it harder or impossible to use your application. This means that a percentage of your users are having a bad experience or simply can’t use your product. The implications are far reaching, because many countries have laws governing accessibility in applications for...

XAMLVisual Studio 2022Accessibility
Mar 2, 2023
Post comments count6
Post likes count8

Build Better Extensions with VisualStudio.Extensibility Preview 3!

Maia Kelner
Maia Kelner

Today, we’re very excited to announce the third public preview of VisualStudio.Extensibility, our new SDK for creating extensions for Visual Studio! The VisualStudio.Extensibility SDK focuses on extensions that run out-of-process from the IDE for improved performance and reliability, and it features a modern API that has been streamlined and car...

Visual StudioExtensionsVisual Studio 2022