Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio find doesn't find all possibilities

Recently, I've begun to notice that Visual Studio 2008 isn't finding all of the instances of a text I search for when I'm searching Entire Solution. It will start to search through the files to find a term, but then at some point, it stops searching other files, and starts alternating between only two files. This is very irritating, because I can't always find what I'm looking for. In fact, to make matters worse, sometimes search simply doesn't find a term that I know exists, so I'll close the search form, switch documents, run the search again, and the term will be found.

Note that in all the situations above, I am searching the Entire Solution.

Does anybody have any experience with this? If so, how did you fix it?

like image 914
David Morton Avatar asked Jan 28 '09 20:01

David Morton


1 Answers

Yes. "Find Next" is often broken if lots of documents (tabs) are open and you're searching in Current Project or Entire Solution.

Work-around: use "Find All" (Ctrl+Shift+F), that one is reliable across multiple files.

like image 173
Roman Starkov Avatar answered Nov 26 '22 06:11

Roman Starkov