Posts by this author

Mar 8, 2019
24
0

Visual Studio extensions and version ranges demystified

Explains how Visual Studio versioning works, how extenders should think about it, why there is no Visual Studio version 13.0, and why the year 2213 is the closest we’ll ever get to an alignment again.

Visual StudioExtensions
Feb 22, 2019
23
0

Use your favorite extensions with Visual Studio 2019

Do you want to try the preview of Visual Studio 2019 but worry that your favorite extensions aren’t supported yet? A record number of extensions have already added support for Visual Studio 2019. So there is a good chance your favorite extensions are among them. In fact, more than 850 extensions are currently available, and more are being updated e...

Visual StudioExtensionsVisual Studio 2019
Dec 20, 2018
9
0

Build Visual Studio extensions using Visual Studio extensions

What if the community of extension authors banded together to add powerful features to Visual Studio that made it easier to create extensions? That’s the idea behind Extensibility Essentials – an extension pack that ships community-recommended extensions for extension authors.

ExtensionsTips and Tricks
Dec 7, 2018
1
0

New Preview label for Visual Studio extensions

Visual Studio extensions can now be marked with a Preview label which is shown very clearly on the Visual Studio Marketplace. This gives your customers clear expectations that this version could contain issues as you are actively developing new features. Learn how to enable the Preview label here.

Visual Studio 2017ExtensionsVisual Studio 2019
Oct 10, 2018
0
0

Simplify extension development with PackageReference and the VSSDK meta package

Visual Studio 2017 version 15.8 made it possible to use the PackageReference syntax to reference NuGet packages in Visual Studio Extensibility (VSIX) projects. This makes it much simpler to reason about NuGet packages and opens the door for having a complete meta package containing the entire VSSDK. Before using PackageReference, here’s what the...

Visual StudioExtensions
Sep 26, 2018
6
0

How to upgrade extensions to support Visual Studio 2019

Recently, I’ve updated over 30 of my extensions to support Visual Studio 2019 (16.0). To make sure they work, I got my hands on a very early internal build of VS 2019 to test with (working on the Visual Studio team has its benefits). This upgrade process is one of the easiest I’ve ever experienced. I wanted to share my steps with you to show jus...

ExtensionsVisual Studio 2019
Sep 26, 2018
0
1

Getting started writing Visual Studio extensions

I’m often asked how to best learn to build Visual Studio extensions, so here is what I wished someone told me before I got started. Don’t skip the introduction It’s easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system works, then you are setting yourself up for failure. ...

Visual Studio 2017Extensions
May 16, 2018
0
0

Improving the responsiveness of critical scenarios by updating auto load behavior for extensions

The Visual Studio team partners with extension authors to provide a productive development environment for users, who rely on a rich ecosystem of quality extensions. Today, we're introducing an update to extension auto load based on feedback from our community of developers, who need to quickly start Visual Studio and load their solution while defe...

Visual StudioVisual Studio 2017Extensions