Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide main menu items in Visual Studio 2012

Is there any way to selectively hide menu items in Visual Studio 2012? I found this post: Visual Studio 2012 Toolbars but this isn't it what I want.

I would like to hide some of the items like "Architecture" and "Test" etc.

like image 644
Derek Mitchell Avatar asked Nov 27 '25 02:11

Derek Mitchell


1 Answers

In Visual Studio 2012: Tools->Customize->Commands. Then select the menu item you don't want and hit Delete.

like image 179
Measuring Avatar answered Nov 28 '25 15:11

Measuring