This is a ctrlp.vim extension that allows you to open your Symfony2 app files easily. Works only in Unix-like operating systems. For now, this plugin provides:
:CtrlPSymfony2Entitieslist all project entities and their mapping files:CtrlPSymfony2Controllerslist all project controllers:CtrlPSymfony2Viewslist all project views:CtrlPSymfony2Assetslist all project assets files:CtrlPSymfony2Configslist all project config files exept entities mapping files
Using pathogen
git clone git://github.com/voronkovich/ctrlp-symfony2.vim ~/.vim/bundle/ctrlp-symfony2.vimUsing vundle
Add to vimrc:
Plugin 'voronkovich/ctrlp-symfony2.vim'Tests are run using a Ruby test runner, so you'll have to have Ruby installed, then run
$ gem install vim-flavorNow you can run tests with
$ vim-flavor test spec/Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself.
See :help license.