Visual Studio Blog

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

The New JavaScript/TypeScript Experience in Visual Studio 2022 Preview 3
The New JavaScript/TypeScript Experience in Visual Studio 2022 Preview 3
Today we are excited to announce a new experience for JavaScript and TypeScript developers in Visual Studio. We are bringing new tooling to enhance the experience for SPA applications and front-end development. What’s New? With Visual Studio 2022, we really wanted to make our JavaScript & TypeScript experience shine. We spoke with ...
Multi-repo Support in Visual Studio
Multi-repo Support in Visual Studio
Have you ever needed to work on a solution with projects hosted on different Git repositories? Previously, you had to either use multiple instances of Visual Studio or rely on external Git tools. Starting with Visual Studio 2022 Preview 3, you can enable the multi-repo support preview feature which will enable you to work with a single ...
Personalize Your Visual Studio 2022
Personalize Your Visual Studio 2022
One of Visual Studio’s core goals is to increase your individual and team productivity. And, one of our key focus areas is to make Visual Studio more personalized and flexible, so that you can make the IDE your own. Below, we'll summarize some of the personalization features we’ve shipped in our preview channel or plan to ship soon...
Visual Studio 2022 Preview 3 now available!
Visual Studio 2022 Preview 3 now available!
We are excited to announce the third preview release of Visual Studio 2022! With Preview 3 there are more new capabilities on the themes of personal and team productivity, modern development, and constant innovation. In this blog we’re going to highlight a few of the new capabilities of Visual Studio 2022 Preview 3. We’d love for you ...
Visual Studio 2019 v16.11 is Available Now!
Visual Studio 2019 v16.11 is Available Now!
We are excited to announce the release of Visual Studio 2019 v16.11 GA. This release improves upon the Git tooling experience in Visual Studio, enables Hot Reload for .NET applications, adds convenient links to the help menu, and upgrades LLVM tools to LLVM 12. For full details, see the Visual Studio 2019 release notes. Servicing ...
Speed up your .NET and C++ development with Hot Reload in Visual Studio 2022
Speed up your .NET and C++ development with Hot Reload in Visual Studio 2022
With the recent release of Visual Studio 2022 Preview 2 we’d like to use this blog post to dive deeper into the brand-new Hot Reload experience which works for both managed .NET and newly supported native C++ apps. With Hot Reload our goal is to save you as many app restarts between edits as possible, making you more productive by ...
Debug code with force run to cursor
Debug code with force run to cursor
Starting Visual Studio 2022 Preview 2 you can use "Force Run To Cursor". It is like "Run To Cursor," but you can keep your breakpoints and the debugger will skip over them until it reaches the line of code with the cursor. It will also skip any of the first-chance exceptions break conditions that may occur.