I already work with Symfony2 and of course with vim but in different projects. I would like to know which plugins, tips, recommendations do you use in Vim for working with Symfony2?
This also goes to Twig template, themes, debugging, etc.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t really think Symfony2 projects are that much different from any other PHP projects (vim-wise at least). The only extra plugin I use is Jinja highlighting one as Jinja syntax is almost identical to Twig. I’m developing also in Django, so I sticked with that one, but there’s also Twig highlighting plugin if you want something that’s going to be up to date with Twig.
If you want to see my vim files, they are on github, but there’s nothing really Symfony2 specific apart from what I described above.