Tools for fast searching operations in a very large C# code-base

518 views Asked by At

I wondered if someone knows some hassle free tools for indexing/searching a very large C# code base. By "very large" I mean about 50 solutions with 10 to 80 projects underneath. The SLOC count is about 40 - 50 million (rough estimation).

I am aware that Resharper for VS has decent search options, at least inside a solution, but I am looking for something to index the whole code-base. Lot of people here waste time searching for class x or API y and a indexing search tool would lift the burden.

Any suggestions?

0

There are 0 answers