Page 1 of 1
Any decent code browser for c/c++
Posted: Sat Sep 09, 2006 2:30 am
by Neo
What code browser do you use?
I been searching for a decent C++ code browser but haven't found anything good.
So just thought I'd ask here to get some opinions/links.
Re:Any decent code browser for c/c++
Posted: Sat Sep 09, 2006 5:21 am
by n3Ro
I use Eclipse CDT, it has everything i need ^^. But it also has one downside: i eats up resources like hell

Re:Any decent code browser for c/c++
Posted: Sat Sep 09, 2006 3:58 pm
by Kemp
My favourite is Notepad 2 (not Notepad) for quick opening and Visual Studio for all the extras like auto-complete and suchlike.
Re:Any decent code browser for c/c++
Posted: Sat Sep 09, 2006 9:41 pm
by Neo
Actually I was wanting something that could cross-reference, show where a varible/function was declared etc.
Any thing like that available?
Re:Any decent code browser for c/c++
Posted: Sun Sep 10, 2006 2:44 am
by B.E
apart from Eclipse, I think the best code editor would be VIM. there are scripts that people have made that find variables/functions. for example the is one called taglist.vim. it allows you to do what you want.
But it's difficult to use if you have not used it before.
Re:Any decent code browser for c/c++
Posted: Sun Sep 10, 2006 8:51 am
by nick8325
I know of 2,
OpenGrok and
Source-Navigator. I just installed OpenGrok and it seems quite nice. I've used Source-Navigator before but it doesn't really seem to be maintained any more...