Programmer's editor or IDE for C code

Posted by Yktula on Stack Overflow See other posts from Stack Overflow or by Yktula
Published on 2010-04-05T21:24:45Z Indexed on 2010/04/05 21:33 UTC
Read the original article Hit count: 407

Filed under:
|
|

I feel like this question has been repeated here, but I couldn't find it. What open-source programmer's editor or IDE is best for writing code in C?

A GUI and integration with Clang for static code analysis or git for version control would be convenient, but aren't necessary. I would ideally use two editors: one feature-filled IDE and one with a small memory footprint, but editors like jEdit, Geany, Diakonos, nano, etc. don't satisfy many of my needs, which include:

Good support for refactoring and code completion.
Extensibility in C or a "modern" scripting language (i.e. Ruby or Python)
Relatively good performance and lack of bloated-ness

© Stack Overflow or respective owner

Related posts about c

    Related posts about editor