Showing tag results for Extensions

Aug 1, 2019
Post comments count27
Post likes count0

Theming in Visual Studio just got a lot easier

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

Checklist for writing great Visual Studio extensions

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

Visual Studio tips and tricks

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

Create a private gallery for self-hosted Visual Studio extensions

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

Visual Studio Extensibility Day 2019 was a hit

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

Azure IoT Edge Tools Extension (Preview) Announcement

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

Updates to synchronous autoload of extensions in Visual Studio 2019

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
May 6, 2019
Post comments count27
Post likes count0

Intelligent Productivity and Collaboration, from Anywhere

Jonathan Carter

Today we’re excited to announce the private preview of a set of developer services that enable you to work from anywhere, and on any device, complete with the most intelligent productivity and collaboration tools in the industry.

.NETVisual StudioDebugging and Diagnostics
Apr 24, 2019
Post comments count14
Post likes count0

Visual Studio 2019 version 16.1 Preview 2

Paul Chapman

Visual Studio 2019 version 16.1 Preview 2 is now available with performance and reliability improvements as well as enhancements to C++, debugging, extensibility, and the IDE experience.

Visual StudioDebugging and DiagnosticsExtensions
Apr 19, 2019
Post comments count20
Post likes count0

Build Visual Studio templates with tags, for efficient user search and grouping

Soojin Choi

Enable custom filters for your project templates with language, platform, and project type tags for increased discoverability in the New Project Dialog. In this walkthrough, you will learn how to build a Visual Studio project template, add tag(s) to it, and deploy it as a Visual Studio extension.

Visual StudioExtensions