This is a ctrlp.vim plugin that allows you to open your Symfony 2 & 3 app files easily. For now, this plugin provides:
:CtrlPSymfonyModelslist all project models (entities) and theirs repositories:CtrlPSymfonyControllerslist all project controllers:CtrlPSymfonyViewslist all project views:CtrlPSymfonyAssetslist all project assets files:CtrlPSymfonyConfigslist all project config files:CtrlPSymfonyFormslist all project form types, extensions and etc.:CtrlPSymfonyServiceslist all project services:CtrlPSymfonyServiceDefinitionshow service definition
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
$ bundle installNow you can run tests with
$ vim-flavor test t/Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself.
See :help license.