VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem extension.

Unfortunately, this information is often spread out all over the place, not well documented or both.

What I'd really love to see is a comprehensive list of all service providers that you can import into your VS extension, and what those providers... um, provide. Has anybody seen something like that?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Here's the list of editor services you can Import (on MSDN).

Also, for reference, here is the root MSDN doc page for the editor.

link|improve this answer
Your google fu is superior to my style. – Will May 5 '10 at 0:29
I have the benefit of being an editor dev that knows that the documentation at least exists, though, so it isn't a fair contest :) – Noah Richards May 5 '10 at 22:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.