Google Code Search has been incredibly valuable to me as a developer - I use it a couple times a week to see how other developers have used (usually poorly documented) APIs. It's also convenient to see the internals of some of those APIs, or to find which API corresponds to the functionality you want (it's a great resource for Android in particular -- give it some of the text you see on screen, and it'll usually find the implementing class).

Now that Google shutting down code search as of January 15, 2012, are there any good replacements?

link|improve this question
feedback

5 Answers

up vote 2 down vote accepted

I think koders is a good alternative : http://www.koders.com/

link|improve this answer
feedback

Another one to consider is http://searchco.de/ It supports regex search as Google Code search does. For example,

http://searchco.de/?q=/[cb]at/
http://searchco.de/?q=/a{2,3}/
http://searchco.de/?q=/^import/
http://searchco.de/?q=/atoi/%20ext:c
http://searchco.de/?q=/dll$/

Are all valid searches.

link|improve this answer
feedback

There is http://opensearch.krugle.org

link|improve this answer
feedback

We at SymbolHound have just released the Beta of our replacement, SymbolHound Code Search.

You can try it out here: http://symbolhound.com/codesearch/

link|improve this answer
feedback

I have reviewed the following sites

For my purposes, Koders turned out to be the winner, but I really liked the user interface and features of SymbolHound Code Search better. The only problem with SymbolHound is the small number of sites it has indexed. The search[code] engine is also promising.

Update: Added search[code]

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.