Getting started writing Visual Studio extensions

1 · Mads Kristensen · June 26, 2018, 9:14 a.m.
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. [youtube:MFiRotBsVKU] Know the resources Wher...