Definitive list of service providers in Visual Studio 2010? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
开发者_如何学Python Improve this questionVS2010 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?
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.
精彩评论