Showing tag results for Visual Studio

Nov 1, 2021
Post comments count16
Post likes count0

Visual Studio 2022 Launch Event Agenda

Andy Sterland
Andy Sterland

We’re excited to host the Visual Studio 2022 launch event on November 8th. This release is unique: it brings together, the move to 64-bit, new capabilities, and improvements to reliability and performance across your entire developer workflow. The launch event is a celebration of that work, and all the work, our community, and extension

.NETVisual StudioC++
Oct 12, 2021
Post comments count51
Post likes count0

Join us November 8 for the Launch of Visual Studio 2022

Amanda Silver
Amanda Silver

On behalf of our entire team, I’m excited to announce the upcoming release of Visual Studio 2022 on November 8, and the immediate availability of the Visual Studio 2022 Release Candidate (RC) and Preview 5. We invite you to explore the latest capabilities of Visual Studio 2022 at our virtual launch event on November 8. Throughout the day, you can l...

.NETVisual StudioAnnouncement
Sep 15, 2021
Post comments count2
Post likes count1

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

Peter Groenewegen
Peter Groenewegen

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

Visual StudioC#Productivity
Sep 14, 2021
Post comments count58
Post likes count0

Visual Studio 2022 Preview 4 is now available!

Mads Kristensen
Mads Kristensen

We are excited to announce the fourth preview release of Visual Studio 2022! With Preview 4, there are more new capabilities on the themes of personal and team productivity, modern development, and constant innovation. In this blog, we're highlighting a few of the new capabilities of Visual Studio 2022 Preview 4. We’d love for you to download it, t...

.NETVisual StudioPerformance
Sep 9, 2021
Post comments count6
Post likes count0

The Future of Visual Studio Extensibility is Here!

Leslie Richardson
Leslie Richardson

Visual Studio 2022 seeks to greatly improve your overall development experience, and we're moving forward with that journey in improving VS extension writing and usage today!  We have several exciting extensibility updates that are either available now or on the horizon, so let's check them out!

Visual StudioExtensionsVisual Studio 2022
Aug 31, 2021
Post comments count22
Post likes count0

Boost your productivity with Productivity Power Tools Extensions in Visual Studio 2022!

Leslie Richardson
Leslie Richardson

Need a set of extensions to help improve your productivity? We’re excited to announce that one of the most popular and anticipated sets of extensions is now available to download for VS 2022 today: Productivity Power Tools for Visual Studio 2022!

Visual StudioExtensionsVisual Studio 2022
Aug 11, 2021
Post comments count19
Post likes count2

Multi-repo Support in Visual Studio

Taysser Gherfal
Taysser Gherfal

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

Visual StudioGit IntegrationMulti-repo
Aug 5, 2021
Post comments count6
Post likes count1

Load Only the Projects You Need with Solution Filters

Kira Weiss
Kira Weiss

You, like many other developers, may work in very large codebases that contain hundreds or thousands of projects in a single Visual Studio solution. However, you may only work with a few of those projects and their dependencies. Our Visual Studio team has seen multiple approaches that developers use to only load and work in the projects that they n...

Visual StudioPerformance Improvements
Jul 16, 2021
Post comments count47
Post likes count3

Design your Web Forms apps with Web Live Preview in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this post we have introduced, and demonstrated, the new Web Forms Designer and Web Live Preview that is built into Visual Studio 2022 Preview 2. We are very excited to bring a new designer for Web Forms. We would love for you to try out this new designer experience and let us know how it’s working for you with your own projects and solution

Visual StudioASP.NETASP.NET Core
Jul 15, 2021
Post comments count3
Post likes count1

Debug code with force run to cursor

Harshada Hole
Harshada Hole

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.

Visual StudioDebugging and DiagnosticsVisual Studio 2022