tags:

views:

116

answers:

3

Can any one suggest me a Best IDE for C programming ( With auto completion feature)?

A: 

A pen and paper.

R..
Huh? I really don't understand that answer.
Billy ONeal
oh...!!! is it?
Thomas Anderson
My point is that you should learn to code by writing on paper rather than using an IDE and debugger as a crutch to learn by "change things until it compiles" then "change things until it works".
R..
+1  A: 

use vim with plugins like snipMate, c-support etc.

Aman Jain
Does it have"intellisense" feature???
Thomas Anderson
"intellisense" is Microsoft's autocompletion
Justin
you can use CTRL-n to autocomplete already entered words(either in the same file or from some preloaded dictionary), but I don't know of a way in which you can do API auto-completion e.g. like Eclipse or Visual Studio do. But I'm sure there should be some plugin for that, just that I am not aware of it.
Aman Jain
+1  A: 

I like Xcode on OS X.

It has auto complete.

alex