Reputation: 2785
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?
Upvotes: 34
Views: 41253
Reputation: 931
use one of this http://scottksmith.com/blog/2014/09/29/3-essential-sublime-text-plugins-for-node-and-javascript-developers/
I prefer jshint, hope to help!
Upvotes: 2
Reputation: 9325
I use SublimeLinter which highlights potential errors in a number of languages when you save a file.
Upvotes: 39