Vim Plugins for C/C++ developers

27 篇文章 0 订阅
19 篇文章 0 订阅

原文链接:http://www.fortystones.com/vim-plugins-c-cplusplus-developer/

Following up on my previous post on Essential Vim Plugins for Web Developers, I have decided to tell you about the awesomeness of the C / C++ plugin for Vim in this article.

Now to get things going, let’s start by thinking what are the basic stuffs that you would be carrying out as a C / C++ developer? Include header files, some functions, loops, conditional statements and a main function. These are some repetitive boring tasks that you would rather have someone else do it for you. Well, that’s what c.vim plugin is all about.

For example, after installing this plugin, when you open a C or C++ file, you would get something like:

To make necessary changes in the above fields, modify the values in ~/.vim/c-support/templates/Templates file. (Installation at the end of the article)

Now you would want to insert some header files. All you need to do is type these commands in either normal mode or insert mode of vim.

Similarly, to include loop structures, all you have to do is type these commands in normal or insert mode of vim.


If you want to make your program, a well-documented and a readable one, then take my advice, use c.vim plugin. You can add a frame comment, a class description, function description etc.
For e.g. if you type \cfu in visual or insert mode, it will give you


This is one of the interesting parts of c.vim plugin. For instance, type \ii (in normal or insert mode) and witness the change.



You can now compile and run your program without quitting Vim. You don’t need to go back to the terminal, compile and again return to vim to make necessary modifications. Just follow the following commands (in visual or insert mode).


Finally, \hm to Show manual & \hp for help.


    1. Download the plugin c.vim
    2. Extract the file to .vim folder
      unzip -d ~/.vim/
    3. Enable the plugin by adding the following line in ~/.vimrc file
      filetype plugin on

http://www.vim.org/scripts/script.php?script_id=213
http://lug.fh-swf.de/vim/vim-c/c-hotkeys.pdf

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值