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 misstake. And only after running the code will I know that a misstake 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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I use SublimeLinter which highlights potential errors in a number of languages when you save a file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.