Is there an easy way to integrate jshint with netbeans?

廉价感情. 提交于 2019-12-04 06:26:01

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

I think this may work for you: jshint

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

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

You can fork it and add JSHint.

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