Search code examples
visual-studio-2010contextmenumefextensibilitymaf

Can I use MEF to add content to a vs2010 right-click context menu?


Specifically dealing with extending the vs2010 right-click context menu. Can I use MEF to add content to a right-click context menu. I know that was something that was supposedly in the works back in 2009 so I figured maybe there is now or, am I stuck with MAF for that?


Solution

  • You can use Managed Menu Extensions to write context menus for the solution explorer as MEF parts.