How to jump to a file in the Source Control Explorer in Visual Studio

前端 未结 6 1433
天涯浪人
天涯浪人 2021-02-07 06:30

I love the Solution Explorer > Right-click > \"Open Containing Folder\" feature of the PowerCommands extension for Visual Studio 2010. I want the equivalent of a \"Jump to locat

6条回答
  •  北海茫月
    2021-02-07 07:16

    There is a stand-alone extension that you can download, called Locate in TFS, within Visual Studio.

    "Locate in TFS" on TFS Gallery

    "Locate in TFS" on GitHub

    This also works on files that you "Exclude from source control", as many developers do with the web.config files.

    psulek's post, above, mentions this as part of VSCommands, but I prefer the stand-alone extension.

提交回复
热议问题