I really like VIM, but one thing I canβt get around is the simple error underlying it, like in netbeans and Visual Studio. I often make stupid mistakes like
if checkit($url) { }
instead
if (checkit($url)) { }
A little reddish underline is a lifesaver when it comes to this kind of thing. Is there a plugin for vim that will save me from php stupid hell errors? Thanks.
source share