Is there an option or an addin for Team Foundation Server that will enable ‘find in files’ style searching within the repository?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, as of VS 2008, not really. I’m not sure about 2010.
The issue is that the source code is not stored in a “file” on the server. It is stored as a series of rows in a few tables.
You can get power tools which has a couple extra searching features but still doesn’t have “Find in File” type.
Or, if you have enough space on your local drive you can getl latest on everything and search useing “Find in File” in VS where you select a directory to search through instead of a solution/project.