(03-28-2012, 09:48 AM)HawaiianPunch Wrote: It turns out for me that's about twice as easy to do on an IDE. I simply right-click a function name, and click Go to Definition. If there are more than one, Visual Studio gives me a list of all the possible definitions. I recommend looking at the code on Googlecode for a bit, but checkout it and look at it in an IDE, its much easier.
I'm on Linux, so no Visual Studio for me. I could use Code::Blocks, but I'm really used to just using grep and a plain old text editor (Leafpad). Smart grepping finds exactly what I need in a hurry, but I like Google Code because it works on my iPod Touch. Sometimes I really just can't afford to boot up my desktop or laptop to look at some code when I just need to unlock my iPod. :p Plus, I don't have to have the entire source on-site just to look through it.
