sublime-jsvalidate icon indicating copy to clipboard operation
sublime-jsvalidate copied to clipboard

Validate the syntax of any JavaScript file in Sublime Text using Esprima

Results 4 sublime-jsvalidate issues
Sort by recently updated
recently updated
newest added

Can be fixed by changing this in Main.sublime-menu ``` [ { "caption": "Tools", "mnemonic": "t", ``` to ``` [ { "caption": "Tools", "mnemonic": "T", ```

In the JsValidate.py `SETTINGS_FILE = 'JSValidate.sublime-settings'` but in the package dir, there is only JsValidate.sublime-settings.Which is also written in menu files.

In all save command the console is showed, even if the code is ok. What you think about to show console error just when code have errors?

Would be cool if it could highlight the lines with errors.

enhancement