In Sublime text 2 when I make an error like forget a ; or add an extra closing or opening tag there is no highlighting that tells me that I have made a mistake. Only after running the code will I know that a mistake was made. Is this normal for Sublime Text 2 or is it just me? If this is normal, is there any extension to fix this?
In Sublime text 2 when I make an error like forget a ; or
Share
I use SublimeLinter which highlights potential errors in a number of languages when you save a file.