Skip to content

skatto/pimpl-maker.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pimpl-maker.vim

Vim plugin which helps you make pimpl pattern in c++ code.

Usage

Exanple of .vimrc

let g:pimplmaker_impl_class_name = 'Impl'       " set the class name for pimpl pattern.
let g:pimplmaker_pimpl_instance_name = 'pimpl'  " set the member variable name for pimpl pattern.
nnoremap <C-p> :MakePimpl<CR>                   " make pimpl pattern for the class with the current cursor

Screenshot

One command! (left to right)

Others

This plugin is tested on few environments.

I hope your pull requests.

About

Vim plugin for Pimpl pattern of c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published