What are the essential addons to help with editing C?
|
|
For code completion I would recommend snippetsEmu. It is very easy to customize. |
||
|
|
|
|
All off the above and, I found this little plugin called code_complete really cute, to "tab complete" like you do in the shell but with you code... Watch this demo and you you will get the idea. And since we use doxygen to document our code I rather easily expanded that script to create a /** @bla bla etc etc */ type off thing that was compatible with out coding standards. (Thinking about it, it is quite close to the javadoc type of comments) /Johan |
||
|
|
|
|
I have a suite for C and C++ programming. It is mainly oriented toward C++ programming, however a few, and unique features can be used in C as well:
It is a little bit messy to install right now. I still have a few thing to do before an official and correctly packaged release. Otherwise, I also use:
HTH, |
||||||||||
|
|
|
I like the "Alternate" plugin to quickly switch between .c and .h files |
||
|
|
|
|
Definitely use a tags file to navigate around the source. The best tool to create one is Exuberant Ctags, at http://ctags.sourceforge.net/. In Vim you can enter ":help tags" to get more information. |
||
|
|
|
|
Syntax coloring and integrated cscope functionality |
||
|
|
|
Allows searching code for:
|
|||
|
|
