Showing results for Extensibility - Visual Studio Blog

Sep 26, 2019
10
0

Watch the latest Visual Studio extensibility videos

Mads Kristensen
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 20, 2019
25
0

The PowerShell you know and love now with a side of Visual Studio

Ruben Rios
Ruben Rios

While we know that many of you enjoy, and rely on the Visual Studio Command Prompt, some of you told us that you would prefer to have a PowerShell version of the tool. We are happy to share that in Visual Studio 2019 version 16.2, we added a new Developer PowerShell! Using the new Developer PowerShell We also added two new menu entries, providing...

AnnouncementProductivityPowerShell
Aug 8, 2019
13
0

Async loaded .NET projects may impact Visual Studio extensions

Mads Kristensen
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
Aug 1, 2019
27
0

Theming in Visual Studio just got a lot easier

Mads Kristensen
Mads Kristensen

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 11, 2019
9
0

Checklist for writing great Visual Studio extensions

Mads Kristensen
Mads Kristensen

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
18
1

Visual Studio tips and tricks

Mads Kristensen
Mads Kristensen

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
3
1

Create a private gallery for self-hosted Visual Studio extensions

Mads Kristensen
Mads Kristensen

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
8
0

Visual Studio Extensibility Day 2019 was a hit

Mads Kristensen
Mads Kristensen

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
May 28, 2019
0
0

Azure IoT Edge Tools Extension (Preview) Announcement

Erich(Renyong) Wang
Erich(Renyong) Wang

We’re excited to announce the preview availability of the new Azure IoT Edge Tools Extension (Preview) for Visual Studio 2019. The extension provides a rich set of functionalities to support development of IoT Edge solutions with Visual Studio 2019: Prerequisites Installation There are two option...

ExtensionsVisual Studio 2019Azure IoT Edge
May 20, 2019
21
0

Updates to synchronous autoload of extensions in Visual Studio 2019

Mads Kristensen
Mads Kristensen

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