简体   繁体   English

有没有一种简单的方法将jshint与netbeans集成?

[英]Is there an easy way to integrate jshint with netbeans?

Searched the net for a jshint plugin for netbeans, but found none... 在网上搜索了netbeans的jshint插件,但没有找到...

Can anyone describe or show an easy solution for jshint integration in netbeans? 谁能描述或展示netbeans中jshint集成的简单解决方案?

There is no good plugin for netbeans. netbeans没有好的插件。 Install node, use grunt and start rocking! 安装节点,使用grunt并开始摇摆! :) :)

我认为这可能适合你: jshint

Netbeans has two plugins for Javascript code quality. Netbeans有两个用于Javascript代码质量的插件。

JSHist : It is relatively new, It was added on Dic-2013 Only supports version 7.4 of Netbeans JSHist :它相对较新,它在Dic-2013上添加了仅支持Netbeans的7.4版本

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. JSLint :它似乎是作为插件工作了一段时间,它在2011年11月添加,最后更新是在2013年10月。 Supports versions 7.4, 7.3, 7.2, 7.0 of Netbeans. 支持Netbeans的7.4,7.3,7.2,7.0版本。

It looks like both can be installed manually for version 8.0 看起来两者都可以手动安装8.0版

The easiest way is to add this plug-in. 最简单的方法是添加插件。 Supports the Netbeans 7.3. 支持Netbeans 7.3。

You can fork it and add JSHint. 你可以分叉并添加JSHint。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM