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?
|
feedback
|
|
I use SublimeLinter which highlights potential errors in a number of languages when you save a file. | |||
|
feedback
|