Useful Vim plugins for web development and design (php, html, css, javascript)? [closed] Useful Vim plugins for web development and design (php, html, css, javascript)? [closed] javascript javascript

Useful Vim plugins for web development and design (php, html, css, javascript)? [closed]


I've written answers for this question and this question explaining how to get JavaScript syntax checking / linting and source-code browsing / tag-list for Vim using the community-driven jshint.com (which is way better than JSLint IMO) and Mozilla's DoctorJS (formerly jsctags).


I find Syntastic to be fairly helpful in spotting minor PHP problems. (and/or blend it with some form of setting php -l as :make.) Syntastic also shows you tidy warnings on your html.