Will this work in Sublime Text as is?
Check out the Sublime V8 package. It comes with a JavaScript console and JSHint support.
11–12 of 12 posts
Will this work in Sublime Text as is?
Earlier quoted context omitted.
Another option for Sublime: https://github.com/fbzhong/sublime-jslint
I use SublimeLinter with JSHint: https://github.com/Kronuz/SublimeLinter
Then, to install a package, you hit: 1) ctrl+shift+p 2) type "install" and select the package installation option 3) search for "SublimeLinter" and hit enter to intstall it
You're done! I've even discovered many new packages right through Package Control, such as Clipboard History.