Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

voronkovich/ctrlp-symfony2.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages