Hi all..
I need a C/C++ source code editor (for Linux) which has Source Insight's features, such as:
- Context window : when our cursor is above variable/class/function, the context window will display the declaration of that variable/class or the implementation body of that function
- Ctrl+Click at any variable/class/function, it will jump to the declaration/implementation of that variable/class/function
- Relation window : to display function call graph or class tree diagram
- Database of local symbols : to list all functions or class' members & class' methods
I have tried using CodeBlocks and Eclipse, but they can't deliver coding satisfaction as I used Source Insight. FYI, for temporary solution, I run Source Insight above Wine :)
So.. with those features, do anyone here have suggestion what source code editor I should try to use ?
Thanks in advance.