Exclude $ tf folder in Visual Studio Find and Replace

Sometimes I have to do a text search across the entire workspace. This usually consisted of pressing Ctrl + Shift + F in Visual Studio, pointing it to the root of the workspace and pressing search.

Since the transition to TFS 2012 and the ability to switch to local workspaces, there is now a hidden $tf directory in the root directory of the workspace. Unfortunately, this directory is also crawled while performing a search that is slow and useless.

Is there a way for Visual Studio to ignore this directory, or is there some way to specify the $tf folder that should live elsewhere?

Reorganization of the project structure, so that the root of the workspace and the path that I need to look for, are different, unfortunately, are not an option.

+3
visual-studio tfs2012
Jul 16 '13 at 16:12
source share

No one has answered this question yet.

See similar questions:

68
Visual Studio - Slow Run Quick Search

or similar:

1419
Using Git with Visual Studio
1104
.gitignore for Visual Studio projects and solutions
989
Can you make Visual Studio work as an administrator in Windows 8?
815
Difference between build solution, rebuild solution, and clean solution in Visual Studio?
801
Should I add Visual Studio.suo and .user files to the source control?
758
What are the different “Create an action” settings in the properties of a Visual Studio project and what do they do?
741
How do you format code in Visual Studio?
726
How to add an existing directory tree to a project in Visual Studio?
618
How to rename a project folder from Visual Studio?
152
How to search for file names in Visual Studio?



All Articles