Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hotkey to open TFS Source Control Explorer in Visual Studio 2012?

Currently I have to open Team Explorer and click on Source Control Explorer as below snapshot.

I do this very often and need a hotkey for that.

What is it then?

enter image description here

like image 458
Nam G VU Avatar asked Jan 15 '14 07:01

Nam G VU


People also ask

How do I open Source Control Explorer in Visual Studio?

Source Control Explorer is available in Visual Studio, but isn't opened by default when working with a project managed in TFVC. You can open the Source Control Explorer window: From the Team Explorer home page (Keyboard: Ctrl + 0, H), choose Source Control Explorer. From the menu bar.

What is the shortcut to open Solution Explorer in Visual Studio?

The default keyboard shortcut for opening/jumping to Solution Explorer is Ctrl + Alt + L .

Where can I find Source Control in Visual Studio 2019?

Select Source Control PluginsFrom the main menu, Tools -> Options and then navigate to. Under the Plug-in Selection, you will find it is already set to “None. From the plug-in selection drop-down, you can choose either Git or Visual Studio Team Foundation Server.


2 Answers

Try with below step:

Go to Options of Tools menu

Description

  1. Select the Keyboard from Environment

  2. Select View.TfsSourceControlExplorer from Show commands containing:. You can type View.TFS in the textbox to filter the list.

  3. Enter your hotkey in Press shorcut keys => click on Assign

Hope it helps!

like image 162
Hoang Nguyen Avatar answered Sep 17 '22 04:09

Hoang Nguyen


According to a comment that I found in the site that @Adarsh mentioned, Alt+V,E,S will open the Source Control Explorer. It's a couple extra keystrokes but it works for me!

like image 36
sgryzko Avatar answered Sep 17 '22 04:09

sgryzko