Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a better, 3rd party "Find" / "Search" add-on for Visual Studio 2008? [closed]

I can't stand Visual Studio 2008's "Find" or "Find and replace" functionality, does anyone know of a better 3rd party solution that integrates into visual studio? At this point, I'd gladly take any "Find" utility, visual studio integration or not.

Some of the things VS.net 08 wont do that I'd like to do:

  • let you specify the file type ("*.sql" would be nice)
  • let you specify which solution or folder, "Current Project" seems like a waste or after thought

If anything else, just post your favorite "Find" app and I'll check them out

like image 220
Allen Rice Avatar asked Apr 20 '09 16:04

Allen Rice


People also ask

How do I search for a whole solution in Visual Studio?

Ctrl + Shift + F – Find in Solution Sometimes you want to search across your entire solution. You can double-click each item in the “Find Results” window to navigate to that instance of the search term you searched for.

How do I search multiple files in Visual Studio?

Search across files. VS Code allows you to quickly search over all files in the currently opened folder. Press Ctrl+Shift+F and enter your search term.

How do I search for a word in an entire project in Visual Studio?

Press Ctrl+Shift+F and enter in your search term. Search results are grouped into files containing the search term, with an indication of the hits in each file and its location. Expand a file to see a preview of all of the hits within that file.

How do I open search in Visual Studio?

Once the window is open, you can either click between the different tabs, or you can use Ctrl + Tab or the assigned keyboard shortcuts of Ctrl + T and Ctrl + Q to switch between the code search and feature search tabs.


2 Answers

Find is brilliant in VS 2008.

Do CTRL+SHIFT+F to bring up the advanced find window.

Then you can do everything you asked about and more.

like image 182
Iain Holder Avatar answered Sep 21 '22 14:09

Iain Holder


Entrian Source Search http://entrian.com/source-search/ is a Search addin for Visual Studio. It builds a full-text index of your files, so searching is always near-instant. The results are syntax-highlighted, and it supports filtering by file type, filename and directory.

Full disclosure: I'm the author (and I wrote it because I too was frustrated by Visual Studio's own search features ;-).

like image 37
RichieHindle Avatar answered Sep 21 '22 14:09

RichieHindle