Showing tag results for Extensions

Nov 15, 2021
Post comments count33
Post likes count0

Where Are My Favorite Extensions in Visual Studio 2022?

Leslie Richardson

Want to continue using your favorite extensions in VS 2022 but aren’t sure where they are? Check out this post to learn how to find them in the Marketplace, outside the Marketplace, or as integrated VS features!

Visual StudioExtensionsVisual Studio 2022
Oct 13, 2021
Post comments count4
Post likes count0

Learn to write Visual Studio extensions

Mads Kristensen

Writing extension for Visual Studio can be a daunting task for even the seasoned developer. Figuring out where to start is a not obvious and the whole process a bit mysterious. At least, that’s what you’ve told over the years from trying to write extensions. That’s why we’re now introducing a new video series to make extension writing easier than e...

Extensions
Sep 9, 2021
Post comments count6
Post likes count0

The Future of Visual Studio Extensibility is Here!

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

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
Jun 7, 2021
Post comments count2
Post likes count0

Build apps for Microsoft Teams with .NET

John Miller

Create, debug, and deploy web apps directly in Teams with Visual Studio and Blazor using an early preview of the Teams Toolkit extension available for Visual Studio 2019 today. Learn more about the Teams Toolkit and follow along to get started in under 5 minutes.

.NETExtensionsGetting Started
Oct 28, 2020
Post comments count29
Post likes count0

The Future of Visual Studio Extensions

Leslie Richardson

As we continue improving Visual Studio and expanding to the cloud, let's talk about our upcoming plans to improve the ways we write and use extensions.

.NETVisual StudioC#
Aug 10, 2020
Post comments count4
Post likes count0

Use Visual Studio in Presentation Mode

Mads Kristensen

Have you ever seen a presentation using Visual Studio, but had a hard time seeing the too-small fonts in the editor, Solution Explorer and menu system? How about all the custom extensions and themes the presenter used, making it harder to figure out what exactly was going on? Perhaps you were the presenter? Here’s how Visual Studio Presentation Mod...

Extensions
Oct 8, 2019
Post comments count9
Post likes count0

Visual Studio extensibility is better with IntelliCode

Mads Kristensen

Installing the Visual Studio extension development workload presents you with a choice of optional components. Looking at the list might leave you rather confused, because how are various C++ components and the Class Designer especially relevant to writing extension? And where is IntelliCode?

Visual StudioExtensions
Sep 26, 2019
Post comments count10
Post likes count0

Watch the latest Visual Studio extensibility videos

Mads Kristensen

We have been posting several short videos about Visual Studio extensibility to our YouTube channel in the past couple of months. We chose the topics for the first videos, but now it’s time for you to tell us what videos to record next.

Visual StudioExtensions
Aug 8, 2019
Post comments count13
Post likes count0

Async loaded .NET projects may impact Visual Studio extensions

Mads Kristensen

In Visual Studio 2019 version 16.3, the CSProj project system (C#/VB non-SDK style) introduces a new way of loading called Partial Load Mode (PLM). After the solution loads, the project system is doing design time builds in the background, leaving the UI responsive and interactive. Extensions may need to adjust for this behavior change.

Visual StudioExtensions