I found a good Visual Studio extension, Entrian Source Search, but it only searches one solution at a time, and only the solution you have open.

In other words, I need to open a solution in Visual Studio before I can query against it.

Is there a lightweight piece of software I can say "index this folder", like the root folder where I store all my projects, and control which files and/or folder patterns to index and which to not?

I know I have an indexer built into Windows 7, but I don't feel I have enough control over it. For instance, a simple query for a text gives me hits inside the Mercurial repositories and the bin directories, and that's not all that helpful.

Is there a program with an indexing engine more tailored to programmers, just not for a single solution/project at a time?

link|improve this question

feedback

1 Answer

I use a free program called TextCrawler for doing mass code searching/replacing. It lets you setup filters for file types so you can limit it to actual text code files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.