Is there a Source Insight alternative?

Posted by hansioux on Ask Ubuntu See other posts from Ask Ubuntu or by hansioux
Published on 2011-06-17T03:26:51Z Indexed on 2012/09/12 3:49 UTC
Read the original article Hit count: 248

I am not a developer, but for my work I trace a lot of codes. It is actually rather difficult reading other people's code, especially for bigger projects.

Source Insight is a great application that stores all the symbols in a data base, so you can see a new function being called, click on it and see how the function is written. You can see all the referrer of a object or jump to a caller. You don't need to break the train of thought and think up shell commands just to find these things every time you ran into a new variable/structure/function from some other files.

I have it running on WINE, but there are little glitches that sometimes gets in the way.

I know people will mention C-scope, I've tried it, but it really isn't the same. So, with so many huge open source projects out there for Ubuntu, are there native tools to help read them efficiently?

EDIT:

Thanks for the suggestions, but does CODE::BLOCKS or CodeLite provide abilities to see the function that the mouse clicked on without jumping to it, so I can see the caller and callee at the same time?

enter image description here

© Ask Ubuntu or respective owner

Related posts about software-recommendation

Related posts about programming