One of the best online tools for programmers, Google Code Search, is now dead. This amazing tool was very useful for looking through open source code. You could just type in a class name, or an error string, and be taken instantaneously to a hyperlinked, browseable source listing. This search engine was one of my most used bookmarks.
So what can we use instead?
- In many cases your IDE debugger will provide the information you want – and often in a more useful fashion.
- Otherwise, there are plenty of other search engines you can try.





