All Projects → vim-scripts → C.vim

vim-scripts / C.vim

C/C++ IDE -- Write and run programs. Insert statements, idioms, comments etc.

Labels

Projects that are alternatives of or similar to C.vim

Vim Makegreen
MakeGreen runs make and shows a red or green message bar for success/failure. Speeds the red-green-refactor cycle!
Stars: ✭ 124 (-12.68%)
Mutual labels:  viml
Unite Outline
outline source for unite.vim
Stars: ✭ 132 (-7.04%)
Mutual labels:  viml
Vim Addon Local Vimrc
kiss local vimrc with hash protection
Stars: ✭ 136 (-4.23%)
Mutual labels:  viml
Perlomni.vim
perl omnicompletion for vim (including base class function compleltions .. etc)
Stars: ✭ 125 (-11.97%)
Mutual labels:  viml
Vim Noscrollbar
A scrollbar-like widget for the vim statusline
Stars: ✭ 129 (-9.15%)
Mutual labels:  viml
Vim Textobj Line
Vim plugin: Text objects for the current line
Stars: ✭ 134 (-5.63%)
Mutual labels:  viml
Xml.vim
helps editing xml (and [x]html, sgml, xslt) files
Stars: ✭ 123 (-13.38%)
Mutual labels:  viml
Vim Textobj Indent
Vim plugin: Text objects for indented blocks of lines
Stars: ✭ 140 (-1.41%)
Mutual labels:  viml
Mustache.vim
Vim mode for mustache and handlebars (Deprecated)
Stars: ✭ 129 (-9.15%)
Mutual labels:  viml
Vimkata
Deliberate Practice lessons for learning the Vim Editor
Stars: ✭ 135 (-4.93%)
Mutual labels:  viml
Vim Todo Lists
Vim plugin for TODO lists
Stars: ✭ 126 (-11.27%)
Mutual labels:  viml
Quickfixsigns vim
Mark quickfix & location list items with signs
Stars: ✭ 126 (-11.27%)
Mutual labels:  viml
Eddie Vim2
Yet another vimrc
Stars: ✭ 135 (-4.93%)
Mutual labels:  viml
Spacemacs Theme.vim
Spacemacs-flavoured colorscheme for Vim and iTerm
Stars: ✭ 125 (-11.97%)
Mutual labels:  viml
Doxygentoolkit.vim
Simplify Doxygen documentation in C, C++, Python.
Stars: ✭ 138 (-2.82%)
Mutual labels:  viml
Vim R Plugin
Plugin to work with R
Stars: ✭ 124 (-12.68%)
Mutual labels:  viml
Align
Help folks to align text, eqns, declarations, tables, etc
Stars: ✭ 132 (-7.04%)
Mutual labels:  viml
Minivimrc
a tiny vimrc to be used primarily for troubleshooting plugins
Stars: ✭ 140 (-1.41%)
Mutual labels:  viml
Inkpot
Inkpot 88/256 Colour Scheme for Vim
Stars: ✭ 138 (-2.82%)
Mutual labels:  viml
Haskellmode Vim
An unpacked copy of the haskellmode vimball. Ping me if it needs updating.
Stars: ✭ 135 (-4.93%)
Mutual labels:  viml

This is a mirror of http://www.vim.org/scripts/script.php?script_id=213

** Statement oriented editing of C / C++ programs ** Speed up writing new code considerably. ** Write code und comments with a professional appearance from the beginning. ** Use code snippets

  • insertion of various types of comments (file prologue, function descriptions, file section headers keyword comments, date, time, ... )
  • insertion of empty control statements (if-else, while, do-while, switch, ... )
  • insertion of various preprocessor directives
  • insertion of C-idioms (enum+typedef, loops, complete main, empty function, file open dialogs, ... )
  • insertion of C++ -idioms ( frames for simple classes and template classes, try-catch blocks, file open dialogs, output manipulators, ios flags, ... )
  • use and organize your own collection of code snippets
  • compile / link / run support for one-file projects (without a makefile)
  • run buffer through splint
  • personalization of comments (name, email, ... )
  • menus can be switched on and off (Tools menu)

Here are some screen shots : http://lug.fh-swf.de/vim/vim-c/screenshots-en.html

The help file online : http://lug.fh-swf.de/vim/vim-doc/csupport.html

The key mappings of this plugin (PDF) : http://lug.fh-swf.de/vim/vim-c/c-hotkeys.pdf

See also the http://www.thegeekstuff.com tutorial "Make Vim as Your C/C++ IDE Using c.vim Plugin" (http://www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/)

DOCUMENTATION

This plugin comes with a help file (csupport.txt). Read it with

:h csupport

** PLEASE READ THE DOCUMENTATION **

Editing actions differ for different modes!
There are a lot of features which can be configured or customized to match your needs.

MAILING LIST

You can subscribe to the vim-plugins-list mailing list to post your questions or suggestions for improvement or to report bugs. The list will also be used to announce new releases ( c.vim / bash-support / perl-support / doxygen-support ). Visit the following page for subscribing to the mailing list:

http://lug.fh-swf.de/cgi-bin/mailman/listinfo/vim-plugins-list

The vim-plugins-list list is very low on traffic.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].