Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize project context menu of visual studio

I'm using Visual Studio 2010 with some add-ins and extensions. The problem is now that the context menu of the project items in the solution explorer is getting so large that I always have to scroll down for the "Properties" and the "Open in Windows Explorer" which I use most. This is getting very nasty.

Is there a possibility to group commands into a sub menu or to modify the position of the commands in the context menu?

like image 526
Manfred Ramoser Avatar asked Jul 06 '10 07:07

Manfred Ramoser


People also ask

Where is the context menu in Visual Studio?

To do this, select the form in Visual Studio and scroll through the properties in the Properties panel until you find the ContextMenuStrip property. Click on the down arrow in the value field and select TextBoxMenu to associate this menu with the form.


1 Answers

Yes, it can be edited.

  • Go to 'Tools' -> 'Customize...' -> and select the 'Command' tab.
  • Select Context Menu and pick Project and Solution Context Menus | Project
like image 116
Hans Passant Avatar answered Oct 12 '22 00:10

Hans Passant