====== JSHint ====== JSHint (extended alternative of the JSLint) plug-in it is a local wrapper for the online tool for validation of JavaScript available on [[http://www.jshint.org|jshint.org]]. JSLint is one of the "must have" javascript development tools, that does static code analysis and validation of javascript code. Regular usage of JSHint plugin will help you to keep code in good quality and avoid mistyping and common errors/problems appearing in JS programs. This plugin, [[plugins:js-beautifier]] and [[plugins:jsminifier|]] can turn HippoEDIT for you in fully functional JavaScript IDE ;) The plug-in provides UI for easy customization of validation parameters, a list of output validation results, and different ways for triggering of the validation (with a toolbar, pane or shortcut). {{:plugins:jshint.png?direct&800 |JSHint integration in HippoEDIT}} ===== Install ===== You can install plugin directly from HippoEDIT Plugins options page (//Tools->Options->Plugins//), if you have [[online-repository:start|Online Repository]] activated or by download plugin [[installation:bundle|bundle]] directly from this page and open it with HippoEDIT. * [[http://hippoedit.com/get_file.php?id=u32-file|Download and Install HippoEDIT (if not installed already)]] * [[http://www.hippoedit.com/api/get_bundle.php?type=plugin&id=87A4F76A-221B-44AE-8F36-5B9E01C2218A|Download and Install JSHint for HippoEDIT]] ===== Supported syntaxes ===== [[http://js-editor.hippoedit.com/|Java Script]] ===== More ===== For more information go to [[http://www.jshint.org/|jshint.org]].\\ For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/jshint/|forum]]. #plugin