Add an Item to the visual studio folder right-click menu within AddIn
问题 I want to add a menuitem to the right-click=>Add menu in visual studio 2012 solution explorer. When click the custom item I can add a project with my template. I developed a Visual Studio Add-In to do it but I get into some trouble. I am able to add a menuitem to the right-click menu but I can't get it to meet my requirement. The menuitem should be the submenu of "Add". Not a root item. I also need the menuitem to show only when I right-click on a folder named "Areas". I don't want it to show