sublime-jsvalidate
sublime-jsvalidate copied to clipboard
Validate the syntax of any JavaScript file in Sublime Text using Esprima
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?