AtsushiSakai / comfortablecpp.vim

Vim plugin for c or c++ confortable coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comfortablecpp.vim

Vim plugin for comfortable c or c++ coding

installation

  NeoBundle 'AtsushiSakai/comfortablecpp.vim'

How to use

This vim plugin has useful functions.

GenerateShowStructFunction

This function generate the C++ function to show variables of selected struct

samplegif

  1. Select struct with visual mode

  2. command "cfs", which stands for Comfortable Showfunction

  3. command p (paste the ShowFunction)

License

MIT License. Copyright (c) 2015 Atsushi Sakai

About

Vim plugin for c or c++ confortable coding

License:MIT License


Languages

Language:Python 67.9%Language:Vim Script 28.5%Language:C++ 3.6%