m2mdas / phpcomplete-extended-symfony

An extension of phpcomplete-extended autocomplete plugin for Symfony2 projects.
MIT License
26 stars 3 forks source link

phpcomplete-extended-symfony

phpcomplete-extended-symfony is an extension of phpcomplete-extended plugin which provides autocomplete suggestions for a valid Symfony2 projects. Completion types includes,

Every menu entries are context aware so goto definition and open doc functionality of phpcomplete-extended works as expected.

If Unite.vim is installed the plugin provides following sources,

Demo video (click on the image to goto youtube)

ScreenShot

Installation

Same as phpcomplete-extended, just add following lines in .vimrc

NeoBundle

NeoBundle 'm2mdas/phpcomplete-extended-symfony'

Vundle

Bundle 'm2mdas/phpcomplete-extended-symfony'

For pathogen clone the repository to your .vim/bundle directory.

Future plan

Future plan is to implement almost all features of Symfony Eclipse plugin.