Which IDE is best for coding in C/C++ in Linux which offers the following:
- debugging
- code completion
- tooltips / documentation (function definitions)
Also if the IDE can be used in general for Python and Perl coding it would be the best choice available.
My personal favorite is KDevelop. I’ve never used its debugger (I use straight
gdb) but its code completion and documentation viewers are excellent. One of the best you’ll every find. Also, it’s not written in Java but C or C++, so it runs faster on worse systems.