This question is similar to: Find in Files: Search all code in Team Foundation Server However it was asked 4 years ago. I'm asking specifically about TFS 2010 with VS 2010.
Has Microsoft finally got around to adding back the searching of files for code snippets like they had way back in Visual Source Safe? If so, how to enable it and use it?
I've tried adding in Microsoft's Power Tools. While it has a search feature, the search is only for file names and ignores looking in the content in the files. :(
I check out the entire library (Latest Revision) and run this Powershell script:
which is: Do a recursive search on all files in c:\LocalDevelopment for "a string" (add your string there, of course) and output the results to a text file.