In my team, we put all our projects (only 7 large) in the same solution. And since some code is common to the project, we usually have the same file included in each project. This is normal and compiles / works well. But when I do a global search in my solution, VS performs a βstupidβ search and looks through all the files in each project, without checking if the file has already been searched.
This leads to a longer search, the results of which are duplicated. Does anyone know a fix for this problem?
source share