views:

632

answers:

4

Besides just the CDT what do you find essential for c development using eclipse?

+1  A: 

Subclipse for svn integration

fa.
Is subclipse mature/reliable?
Trevor Boyd Smith
It works well enough, I don't remember having to correct something with command line commands.But it may be too slow if you don't use it with the javaHL library.
fa.
+2  A: 

If you're doing development on Linux, then Linux Tools is very useful.

JesperE
+1  A: 

I normally use cmake to build C++ projects. Recently I have been using the Eclipse CDT4 Generator and it works quite nicely, see this link or this one.

I have tried on Linux I don't about Windows. I know this project is trying to make easier develop with C++ on windows using Eclipse but it still have pending things.

fco.javier.sanz
Wascana (the project you mention) is dead: http://cdtdoug.blogspot.com/2009/05/wascana-is-over.html
Nemanja Trifunovic
+1  A: 

Qt Eclipse Integration plugin: http://qt.nokia.com/developer/eclipse-integration

Require Qt4.5. Both the plugin and Qt are free... as in beer and freedom!

Etienne Savard