Is there an easy way to integrate jshint with netbeans?

南笙酒味 提交于 2019-12-06 02:06:14

问题


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?


回答1:


There is no good plugin for netbeans. Install node, use grunt and start rocking! :)




回答2:


I think this may work for you: jshint




回答3:


Netbeans has two plugins for Javascript code quality.

JSHist: It is relatively new, It was added on Dic-2013 Only supports version 7.4 of Netbeans

and

JSLint: It seems that is working as plugin since a while, It was added on Nov-2011 and the last updated was on Oct-2013. Supports versions 7.4, 7.3, 7.2, 7.0 of Netbeans.

It looks like both can be installed manually for version 8.0




回答4:


The easiest way is to add this plug-in. Supports the Netbeans 7.3.

You can fork it and add JSHint.



来源:https://stackoverflow.com/questions/10227881/is-there-an-easy-way-to-integrate-jshint-with-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!