Searched the net for a jshint plugin for netbeans, but found none...
Can anyone describe or show an easy solution for jshint integration in netbeans?
Searched the net for a jshint plugin for netbeans, but found none...
Can anyone describe or show an easy solution for jshint integration in netbeans?
The easiest way is to add this plug-in. Supports the Netbeans 7.3.
You can fork it and add JSHint.
Netbeans has two plugins for Javascript code quality.
and
It looks like both can be installed manually for version 8.0
I think this may work for you: jshint
There is no good plugin for netbeans. Install node, use grunt and start rocking! :)