Posts by this author

May 22, 2019
Post comments count22
Post likes count0

Visual Studio 2019 version 16.1 now generally available (and 16.2 Preview 1 as well)

Today, we are making Visual Studio 2019 version 16.1 generally available, as well as the first preview release of Visual Studio 2019 version 16.2. You can download both versions from VisualStudio.com. If you already have Preview installed, you can alternatively click the notification bell from inside Visual Studio to update.

AnnouncementVisual Studio 2019
May 20, 2019
Post comments count21
Post likes count0

Updates to synchronous autoload of extensions in Visual Studio 2019

Visual Studio 2019 starts blocking synchronously autoloaded extensions in version 16.1. We’ve seen a tremendous effort of both 1st- and 3rd-party extensions to implement async background load. It’s been truly amazing to see the community of extension authors stepping up to the task.

Visual StudioExtensions
Apr 11, 2019
Post comments count17
Post likes count0

New features for extension authors in Visual Studio 2019 version 16.1

Take advantage of new features for extension authors in Visual Studio 16.1 Preview 1. This includes support for referencing Shared Projects for a VSIX project, per-monitor awareness, a new SDK meta package, and more.

Visual StudioExtensions
Apr 4, 2019
Post comments count33
Post likes count0

Little great things about Visual Studio 2019

A few days ago, we announced the general availability of Visual Studio 2019. But I’ve been using Visual Studio 2019 exclusively since the first internal build – long before the release of Preview 1 in December of 2018. During this time, there has been a lot of little features that have put a smile on my face and made me more productive. I want to s...

Visual StudioExtensions
Mar 29, 2019
Post comments count4
Post likes count0

Visual Studio Extensibility Day at Build 2019

Please join us for a day full of Visual Studio extensibility deep dives, geek-outs, and networking on Friday, May 10th, 2019 at the Microsoft campus in Redmond. Our agenda is intended for existing and new Visual Studio IDE (not VSCode) extension authors and partners and will be highly technical in nature.

Visual StudioExtensions
Mar 20, 2019
Post comments count12
Post likes count0

Using Newtonsoft.Json in a Visual Studio extension

Visual Studio ships with Newtonsoft.Json and extension authors can use it too. However, it can be confusing to understand what version to use, how binding redirects work and whether to ship Newtonsoft.Json in the extension itself. This post helps to clarify how it all works.

Visual StudioExtensions
Mar 8, 2019
Post comments count24
Post likes count1

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
Post comments count23
Post likes count0

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
Post comments count9
Post likes count0

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
Post comments count1
Post likes count0

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