I'm currently in the process of expanding my programming
horizons to Linux. In order to do that, it is important to
have a good basic toolset on which you can rely on. and what
is more basic then the IDE in which you write your code?
(honestly, you don't want to code in Notepad; been there
done that).
There are two other questions/answers I could find here at
Stack Overflow that are somewhat related:
- [Lightweight IDE for linux][1] and
- [What tools do you use to develop
C++ applications on Linux?][2]
But I'm not really looking for a *lightweight* IDE and if it
is really worth the money I will pay for it, so it doesn't
need to be free as well.
So my question is: *what is a good IDE available in Linux to
use as a programming platform for writing C++ code?*
The minimum should be like any other good IDE: syntax
highlighting, code completion (like [intellisense][3] or its
Eclipse counterpart) and integrated debugging (basic
breakpoints are good).
I already have searched for it myself, but there is so much
to choose from that it is almost impossible to separate the
good from the bads by hand, especially for someone like me
without any C++ coding experience in Linux. However I do
know that [Eclipse supports C++][4], and I really like that
IDE for Java, but is it any good for C++ and won't I miss
out on something that is even better?
The second post actually has some good suggestions, but what
I am missing is what exactly makes the sugested IDE so good
for the user, what are its advantages/disadvantages?
Maybe my question should therefore be: *what IDE do you
propose given your own experience with it?, and why that
one?*. Convince me.
[1]: http://beta.stackoverflow.com/questions/2756/lightweight-ide-for-linux
[2]: http://beta.stackoverflow.com/questions/17228/what-tools-do-you-use-to-develop-c-applications-on-linux
[3]: http://en.wikipedia.org/wiki/IntelliSense
[4]: http://www.eclipse.org/cdt/