Source Code Browser
Posted
by
James Fielding
on Stack Overflow
See other posts from Stack Overflow
or by James Fielding
Published on 2011-01-08T12:09:27Z
Indexed on
2011/01/08
12:54 UTC
Read the original article
Hit count: 153
Hello
I'm looking for a piece of relatively simple software to browse large C++ project. What I would like is something that is somewhere between a simple text editor and a full-blown IDE like Eclipse. I would like syntax highlighting, a way to see all classes/methods defined in a file, a way to find where a particular method is called from and where a variable is declared/defined.
Any ideas?
Thank you!
© Stack Overflow or respective owner