I'm often asked how to best learn to build Visual Studio extensions, so here is what I wished someone told me before I got started. Don't skip the introduction It's easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system works, then you are setting yourself up for failure. The best introduction I know of is a session from //build 2016 and it is as relevant today as it was then.  Know the resources Where do you get more information about the various aspects of the Visual Studio APIs you wish to use? Here are some very helpful websites that are good to study. Official documentation Official extensibility samples repo on GitHub Visual Studio Extension Checklist LearnVSXNow! series by Dotneteers Know how to search for help Writing extensions is a bit of a niche activity so searching for help online doesn't always return relevant results. However, there are ways we can optimize our search terms to generate better results.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


Visual Studio,Extensions