This is a ctrlp.vim plugin that allows you to open your Symfony 2 & 3 app files easily. For now, this plugin provides:
:CtrlPSymfonyModels
list all project models (entities) and theirs repositories:CtrlPSymfonyControllers
list all project controllers:CtrlPSymfonyViews
list all project views:CtrlPSymfonyAssets
list all project assets files:CtrlPSymfonyConfigs
list all project config files:CtrlPSymfonyForms
list all project form types, extensions and etc.:CtrlPSymfonyServices
list all project services:CtrlPSymfonyServiceDefinition
show service definition
Using pathogen
git clone git://github.com/voronkovich/ctrlp-symfony2.vim ~/.vim/bundle/ctrlp-symfony2.vim
Using 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 install
Now you can run tests with
$ vim-flavor test t/
Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself.
See :help license
.