Is there an easy way to integrate jshint with netb

2020-07-11 09:00发布

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?

4条回答
▲ chillily
2楼-- · 2020-07-11 09:30

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

You can fork it and add JSHint.

查看更多
地球回转人心会变
3楼-- · 2020-07-11 09:39

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楼-- · 2020-07-11 09:42

I think this may work for you: jshint

查看更多
戒情不戒烟
5楼-- · 2020-07-11 09:45

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

查看更多
登录 后发表回答