Want to Customize your menus in Visual Studio 2005? Here's how… (Lisa Feigenbaum)

VBTeam

This post was inspired by a customer bug on Connect.  However, it exposes a cool trick that you all might want to try!

Consider the case that you want to make the Command Window item appear in the View menu itself (rather than in its current location in View->Other Windows).  Here are 2 ways of doing so:

DRAG & DROP:

Go to Tools->Customize…
Click on the View menu in Visual Studio and navigate via Other Windows to Command Window.
Drag the Command Window item from the Other Windows flyout to the location you prefer in the View menu.
Close the dialog, and you’re done!

Note: You can use the same process to surface any command that you find yourself using frequently…  Just find the command in the Tools->Customize dialog, and drag it onto the menu of your choice.  If you’d like to remove an existing command, locate it in the associated menu (while the Tools->Customize dialog is up), and drag it off the current location.

FROM THE “CUSTOMIZE” DIALOG:

Start again by going to Tools->Customize…
Click on the Commands Tab.
Select View from the Categories pane
Click the “Rearrange commands” button
Click the Menu Bar radio button, and select View from the dropdown on the right.
Click Add to add the command.
Select View from the Categories pane, select Command Window from the Commands pane, and press OK.
The command will now show up in the View menu.
Select Move Up or Move Down until you find the exact location where you want it to show up.
Finally, you can do similar steps to remove a command, using the Remove button.

One more tip…  Sometimes it can be hard to find the command that you want to customize, if you don’t know the Category under which it falls.  In that case, click on the Keyboard button in the Tools->Customize dialog.  Start typing the description of the command into the textbox labeled “Show commands containing”.  The list below the textbox will filter down to the command names which match that string.  This is a useful way to view these commands, because they are displayed with the category name first.  For example, if you want to find the command to navigate back and forth between windows, type “navigate” and you will find View.NavigateForward in the filtered list below.  Now you know to look under the View menu for this command!

0 comments

Leave a comment

Feedback usabilla icon