Is there a way to get basic PHP error underlining in VIM?

yvettecougar

New Member
I really like VIM but one thing I cannot do without is simple error underlying like in netbeans and Visual Studio.I often make silly mistakes like\[code\] if checkit($url) { }\[/code\]instead of \[code\]if (checkit($url)){}\[/code\]The little squiggly red underline is a lifesaver when it comes to stuff like that. Is there a plugin for VIM that will save me from php silly mistake hell? Thanks.
 
Back
Top