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.
Any decent code browser for c/c++
Any decent code browser for c/c++
Only Human
Re:Any decent code browser for c/c++
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++
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++
Actually I was wanting something that could cross-reference, show where a varible/function was declared etc.
Any thing like that available?
Any thing like that available?
Only Human
Re:Any decent code browser for c/c++
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.
But it's difficult to use if you have not used it before.
Re:Any decent code browser for c/c++
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...