This question is related to this one.
I’m trying to build a Vs package that’ll add context menu to the project of a specific type. Actually, I’m trying to achieve the exact thing MVC3 has. MVC3 project shows different context menus depending on which folder within the project is currently selected. For “Controllers” folder you’ll get a menu item to create Controller, and for “Views” folder you’ll get a menu item that triggers wizard for Views.
Maybe someone knows if MVC3 Vs Package sources are open? I thought they are as MVC itself is open and one can get sources easily. But I couldn’t find sources for MVC3 Vs Package…
Thank you SO in advance.