How do I make a separate menu in my Visual Studio Integration Package (VSPackage)? Every menu I create gets placed under "Tools" in VS2010. How do I get my own menu group in VS and then how do I add items underneath that menu group?
Asked
Active
Viewed 439 times
2
-
visual studio integration project = visual studio add-in project ? Have you checked out this : http://msdn.microsoft.com/en-us/library/vstudio/bb165473.aspx – Omri Btian Sep 12 '13 at 21:36
-
no, they are different. Visual Studia integration package is VSPackage, VS add-in is the extensibility Microsoft is trying to make obsolete. – Denis Sep 12 '13 at 21:51
-
Please do not attempt this. Visual Studio already has up to 15+ top-level menus depending on context. – Sam Harwell Sep 12 '13 at 22:54
-
But how could I do it if I wanted to? – Denis Sep 13 '13 at 12:19
-
@280Z28 Maybe you should get a bigger monitor - I have room for at least another eight! – dav_i Oct 18 '13 at 15:03
-
@dav_i I use a 30" (2560x1600) primary and 27" (2560x1440) secondary... – Sam Harwell Oct 18 '13 at 15:36