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

后端 未结 6 1908
后悔当初
后悔当初 2021-02-03 18:17

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

6条回答
  •  你的背包
    2021-02-03 18:52

    Just wanted to share another alternative I learned. One could set an alias in VS Command Window and launch it from there.

    alias sce View.TfsSourceControlExplorer
    

    note- 'sce' is an alias of your choice. I generally abbreviate. Obvious but having a pattern will be helpful if you have many of these.

    Steps:

    1. Open command window (ctrl+alt+A)
    2. Set the alias (the statement shown above)
    3. Next time you need to launch the Source Control Explorer, switch/launch command window and type your alias name. 'sce' in the above example.

提交回复
热议问题