Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Utility to search through VS projects looking for string [closed]

Can anone recommend a tool for searching my visual studio projects folders to find a specific string value?

I have many solutions / projects stored in either the d:\VS2005 or the d:\VS2008 folder depending on the VS version used to create the project. I'm looking for a string and do not have the foggiest idea which project or solution it is in. Any suggestions?

like image 405
DenaliHardtail Avatar asked Jul 01 '09 22:07

DenaliHardtail


People also ask

How do I search for a string in Visual Studio?

Ctrl + i - Incremental Search Most developers using Visual Studio are familiar with the “Find dialog” that you can launch by pressing the “Ctrl + F” key within the IDE.

How do you search an entire project in VS?

Ctrl + Shift + F => Type what you want, by default it searches the whole solution. Show activity on this post. Hit Ctrl+Shift+F for the "Find In Files" dialog, then make sure that "Entire Solution" is set.

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

Find in Files (Ctrl+Shift+F): A more robust option, Find in Files is better for searching entire projects or solutions. Unlike Quick Find, Find in Files can list search results in the Find Results window and has additional options to specify which file extensions to search.

Where are Visual Studio files located?

When you create a new project, Visual Studio saves it to its default location, %USERPROFILE%\source\repos. To change this location, go to Tools > Options > Projects and Solutions > Locations. For more information, see Options dialog box: Projects and Solutions > Locations.


1 Answers

Since "Visual Studio 2010" version Edit.FindinFiles:

Displays the In Files tab of the Find and Replace dialog box.

This is the most handy search as it can search through project, solution and similar combination with reference or without. Keyboard shortcut is : CTRL+SHIFT+F

More on MS designers, shares and editors

like image 142
zhrist Avatar answered Nov 14 '22 03:11

zhrist