Building extensions for Visual Studio has its challenges, but as the new PM on the extensibility team I’ve made it my mission to make it easier. One way of doing that is to provide features that can take some of the pain out of common tasks associated with extension authoring.

Here are three brand new extensions that might be helpful.

Command Explorer

This extension shows the group and menu identifiers of existing commands to make it easy to find out where to place your custom commands.

CommandExplorer

Read more and download Command Explorer from Marketplace and check out the source on GitHub.

Registry Explorer

This extension provides a tool window for looking at the Visual Studio registry hive. It shows the registry from both the UserRegistryRoot and ApplicationRegistryRoot (_Config).

Tool Window

Read more and download Registry Explorer from Marketplace and check out the source on GitHub.

KnownMonikers Explorer

Provides a tool window for Visual Studio extension authors that lets you easily browse all the image monikers in the KnownMonikers catalog and save them at any size to PNG, JPG or Gif on disk.

Context Menu

Read more and download Registry Explorer from Marketplace and check out the source on GitHub.

All three extension require Visual Studio 2017 Update 6 since it uses the new Async Tool Window feature.

I hope these extensions will help make you a more productive and happier Visual Studio extender. Let me know in the comments.

Comments

Mike

Thanks Mads! Keep up the great work on VS Extensions and spreading the knowledge on how to create them.

Mike

David

Thanks, Mads! For KnownMonikers Explorer, you might want to mention or link to information about the Image Library Viewer tool that's part of the VS SDK. I don't think it has a convenient Export feature, but it does have some other display options and it's installed automatically, so that could make it a more convenient alternative for some people.

David

Mads Kristensen

@David, there's a link to the Image Library View tool on both the Marketplace page and on the GitHub readme for the KnownMonikers Explorer extension. It is indeed a great tool

Mads Kristensen

Comments are closed