Adding a toolbar button for a keyboard shortcut in Visual Studio 2012 - visual-studio-2012

I want to add a toolbar button to the toolbar which takes me to the TFS Builds view.
It is only available as a shortcut, TeamFoundationContextMenus.Commands.GoToBuilds, with the keyboard shortcut Ctrl+0, B so I cannot add it as I normally would.
The other views, such as Pending Changes are available as buttons, but not Builds.
I found this workaround: Adding a Visual Studio toolbar button for a command that is only available as a keyboard shortcut but it is for VS2010 and uses macros which were taken out of VS2012.
Does anyone know if it is possible to add a keyboard shortcut as a toolbar button?

Related

Android Studio: Top action bar is hidden in android studio

The top action bar in android studio (android studio itself, where i select file, build.. etc) is hidden, how can i show it again ?
I tried to edit everything in settings but nothing worked.
I'm using Android Studio 4.1. Following steps fixed it for me :
Press CTRL + ALT + S. This will open settings window.
Go to Appearance and Behavior > Menus and Toolbars
Click on restore button (looks like a undo button)
Choose Restore Main menu
Then click apply button.

How do I get back to the default Android Studio toolbar?

I recently updated my laptop to Ubuntu 18.04 and lost my Android Studio 3.5.1 settings including the toolbar, which now looks like this:
How do I get back to the default toolbar, which had a bunch of icons to the right of app drop-down menu (Select device drop-down menu, run button, Apply changes and restart, etc.)? Modifying the toolbar with right-click "Customize Menus and Toolbars..." doesn't work the way it did in earlier versions; there's no "Add after... button.
In Android Studio 3.5.3, after you right click in an empty area on the toolbar and select "Customize Menus and Toolbars...", you'll see the option to restore defaults at the top of the pop-up window.

Undo or Edit Windows in Intellij Android Studio

I accidentally clicked a key from my laptop that I do not remember and my Android Studio menu window changed.
I want to have it to be the default window view which is
I searched for a way to undo it or reverse it but could not find anything.
If this is a duplicate, please point me to the thread.
The second image posted in your question shows the toolbar and the navigation bar, in order to make these visible use the following menu items:
View > Toolbar
View > Navigation Bar

How can I hide the Resharper menu button in vs 2012

I recently installed Resharper but a Resharper menu button was automatically added in the menu bar.
I don't want to disable the Resharper functionalities, I just want to hide or remove the menu button. Is this possible?
No you can't remove the Resharper menu as it is part of the installation. (And why would you want to as you wouldn't be able to access many of its features?)

Adding ReSharper options to context menu in Visual Studio

In Visual Studio 2005, my coworker can right click a tab and he has an option "Find in Solution Explorer". I know this is from ReSharper and I'm running ReSharper 5.1 - how do I enable this extra context menu? I also know about the Shift+Alt+L shortcut for the same command but want to add the context menu.
This is what I see when I right click on a tab. The picture below is when I right clicked on a .cs file.
EDIT: Typo in the title.
Tools > Customize... > Toolbars tab > tick Context Menus. Find Other Context Menus > Easy MDI Document Window. Commands tab > ReSharper > ReSharper_LocateInSolutionExplorerAction. Drag it into the menu. Click Close.

Resources