Posts by this author

Oct 8, 2019
Post comments count9
Post likes count0

Visual Studio extensibility is better with IntelliCode

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

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 27, 2019
Post comments count4
Post likes count0

Get more fresh content on Visual Studio’s YouTube channel

Whether you like short how-to videos or longer deep dives, the Visual Studio YouTube channel has something for you. With fresh content published once to several times a week, there are always new and interesting videos to help you stay current on everything Visual Studio.

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

Async loaded .NET projects may impact Visual Studio extensions

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
Aug 1, 2019
Post comments count27
Post likes count0

Theming in Visual Studio just got a lot easier

Sometimes the default themes for Visual Studio just aren’t enough. Lucky for us, we’ve just redesigned the process of creating and importing custom themes.

Visual StudioExtensions
Jul 31, 2019
Post comments count102
Post likes count0

Status on Visual Studio feature suggestions

Visual Studio receives over 500 feature suggestions from customers every month on the Developer Community website. Handling that amount is a huge effort and we’d like to share with you how we handle this volume and the steps that we take to respond to them all.

Visual StudioAnnouncementDeveloper Community
Jul 11, 2019
Post comments count9
Post likes count0

Checklist for writing great Visual Studio extensions

Great Visual Studio extensions share a few key features that sets them apart from the rest. They look and feel well crafted, are performant and reliable, do what they advertise to perfection, and blend in naturally among Visual Studio’s own features.

Visual StudioExtensions
Jun 25, 2019
Post comments count18
Post likes count1

Visual Studio tips and tricks

Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive. We’ve been sharing tips on Twitter using the #vstip hashtag for a while, and this is a collection of the best ones so far.

Visual StudioExtensions
Jun 11, 2019
Post comments count3
Post likes count1

Create a private gallery for self-hosted Visual Studio extensions

Most Visual Studio extension authors publish their extensions to the public Marketplace to allow everyone to install them and benefit from the large and open ecosystem. However, some companies create extensions for internal use only. A private gallery allows them to distribute these extensions with ease.

Visual StudioExtensions
May 29, 2019
Post comments count8
Post likes count0

Visual Studio Extensibility Day 2019 was a hit

On Friday, May 10th we hosted both internal and external Visual Studio extension authors in the Workshop room in building 18 on the Microsoft Campus in Redmond. It was a full day event with keynotes and sessions for 60 attendees – half of which attended //build earlier that same week, and half who came just for the Extensibility Day.

Visual StudioExtensions