How to organize external tools in Visual Studio 2010?
There is the slow and manual way:
- Select Tools -> Customize
- Select the Commands tab from the dialog
- Select "Tools" from the dropdown as the menu bar to rearrange
- Click "Add New Menu"
- Highlight the newly added menu in the sample below (called "New Menu") and click "Modify Selection" to rename the newly created menu item if you want to
- Select "Tools | [your new menu]" from the dropdown as the menu bar to rearrange
- Click "add command"
- Select "Tools" from the categories on the left
- External tools commands are listed as commands named "External Command x" in the commands list box ("External Command 1" until "External Command 24" I think)
- Select the first, Click OK
- Repeat from 7 until all added.
Tedious, but it will work.