How to stop Visual Studio from returning duplicates answers?

Posted by Franck Mesirard on Stack Overflow See other posts from Stack Overflow or by Franck Mesirard
Published on 2010-04-29T10:30:50Z Indexed on 2010/04/29 10:57 UTC
Read the original article Hit count: 250

Filed under:

In my team, we put all our projects (only 7 large ones) in the same solution. And since some code is common between project we tend to have the same file included in each project. This is fine and compiles/runs well. But when I do a global search in my solution, VS does a "stupid" search and goes through all the files in each project, without checking if a file has already been searched.

This leads to longer searches whose results have duplicates. Do anyone know a fix for this issue?

© Stack Overflow or respective owner

Related posts about visual-studio