Showing results for Extensibility - Visual Studio Blog

Nov 15, 2021
33
0

Where Are My Favorite Extensions in Visual Studio 2022?

Leslie Richardson
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
Nov 8, 2021
70
0

Visual Studio 2022 now available

Amanda Silver
Amanda Silver

I am really excited to announce that we've reached general availability for Visual Studio 2022. Watch the keynote on YouTube.

.NETC++vs2022
Oct 13, 2021
4
0

Learn to write Visual Studio extensions

Mads Kristensen
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 24, 2021
1
0

Avoiding Memory Leaks in Visual Studio Editor Extensions

Christian Gunderman
Christian Gunderman

Visual Studio extenders make VS even better by augmenting it with specialized tools, new languages, and workflows. As a Visual Studio extender, you can ensure your extension’s customers have the most performant, reliable experience possible by avoiding common sources of memory leaks, described within this blog post. Background In the early 2010s,...

Sep 9, 2021
6
0

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 17, 2020
3
0

Live coding Visual Studio extensions

Mads Kristensen
Mads Kristensen

Writing extension for Visual Studio can be a challenging affair. It also happens to be extremely satisfying and a lot of fun. But even with our getting-started guidance, there is still a lot to learn, explore, and keeping up with. After 10 years and over 130 extensions, I still learn something new every time I write an extension. So why not write s...

video
Aug 10, 2020
4
0

Use Visual Studio in Presentation Mode

Mads Kristensen
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
9
0

Visual Studio extensibility is better with IntelliCode

Mads Kristensen
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