plugins:jshint

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
plugins:jshint [2014/02/09 01:50] – external edit 127.0.0.1plugins:jshint [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== JSHint ====== ====== JSHint ======
-JSHint (extended alternative of the JSLint) plug-in it is a local wrapper for 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 mistypings and common errors/problems appearing in JS programs. +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 ;) 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, list to output validation results, and different ways for triggering of the validation (with toolbar, pane or shortcut). +The plug-in provides UI for easy customization of validation parameters, list of output validation results, and different ways for triggering of the validation (with toolbar, pane or shortcut). 
  
 {{:plugins:jshint.png?direct&800 |JSHint integration in HippoEDIT}} {{:plugins:jshint.png?direct&800 |JSHint integration in HippoEDIT}}
Line 20: Line 20:
 For more information go to [[http://www.jshint.org/|jshint.org]].\\ 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]]. For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/jshint/|forum]].
 +
 +
 +
  
 #plugin #plugin