Useful Vim Plugins For Web Development And Design (php, Html, Css, Javascript)?
Right now I'm using surround.vim to enclose text in HTML tags, and a plugin that highlights text according to the hex value in the CSS file (e.g. #888 will have gray background in
Solution 1:
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).
Solution 2:
How about JSLint right in VIM, http://github.com/hallettj/jslint.vim ?
Solution 3:
I like ZenCoding : http://www.vim.org/scripts/script.php?script_id=2981
Also, for folding Php : http://www.vim.org/scripts/script.php?script_id=1623
Solution 4:
Solution 5:
ctags aka Exuberant ctags
That blog post also mentions the taglist plugin, which I have yet to use.
Post a Comment for "Useful Vim Plugins For Web Development And Design (php, Html, Css, Javascript)?"