Programmer's editor or IDE for C code
- by Yktula
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