sublime-jsvalidate
sublime-jsvalidate copied to clipboard
Highlight Line of Error
Would be cool if it could highlight the lines with errors.
Looks like it may be possible: http://www.sublimetext.com/docs/2/api_reference.html Specifically, methods line()
and replace()
.
I'll take a look at this and see how easy it would be to implement. I also take pull requests.
I have a pull request in with the authors of Esprima which will allow you to jump to any line with an error. Waiting on their response.
Not exactly what you asked for, but useful anyways.
Cool, on a bright note... it is possible, as SublimeClang does it. That'll make this plugin really useful. Thanks again.