voronkovich / ctrlp-symfony2.vim

CtrlP plugin for fast opening Symfony 2/3 files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctrlp-symfony2.vim Build Status

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

Installation

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'

Running tests

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/

License

Copyright (c) Voronkovich Oleg. Distributed under the same terms as Vim itself. See :help license.

About

CtrlP plugin for fast opening Symfony 2/3 files.


Languages

Language:Vim Script 98.4%Language:Ruby 1.0%Language:PHP 0.7%