Visual Studio 2013: how to find out who has what checked

I am using VS 2013 and am trying to find in a given TFS folder that has what has been checked and google search results do not help. In the "Search" menu, I do not see any options that would help to find this information.

+3


source to share


3 answers


TFS Powertools provide enhancements to the Source Explorer (like many others) that will allow you to search for files by status, that is, check.

TFS 2013 Power Tools available from https://visualstudiogallery.msdn.microsoft.com/f017b10c-02b4-4d6d-9845-58a06545627f



The information on the download page explains:

This tool provides additional Visual Studio menu options and features to support versioning files by status or wildcard by opening a folder using File Explorer from Source Control Explorer context menu ...

+4


source


File -> Source Control -> Find in Control Source -> Status -> "Your Settings" -> Find.



0


source


If you are a TFS administrator, you can also add TFS sidekicks to your toolbox. It's great for detecting file status or workspace information (the treeview filter works better with IMO), but then you can also manipulate to be able to do something!

0


source







All Articles