jshint-eclipse: JavaScript Code Quality Plugin for Eclipse
jshint-eclipse: JavaScript Code Quality Plugin for Eclipse
JavaScript has a lot of pitfalls, so it is very important to have a code analysis tool that detects errors and bad programming style.
jshint-eclipse is an Eclipse plugin that uses the static code analysis tool JSHint to analyze your JavaScript sources.
JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions.
It is very flexible so you can easily adjust it to your particular
coding guidelines and the environment you expect your code to execute
in.
To install it, use the Eclipse update site: http://github.eclipsesource.com/jshint-eclipse/updates/
To activate JSHint for your project, open the project properties dialog, select JSHint and check “Enable JSHint for this project“.
From now on, all your .js files will be checked.
To exclude files or complete directory trees from the analysis, right
click on the file/folder to exclude in the Navigator. Select Properties -> JSHint and check “Exclude this folder from jshint validation“. You should exclude third party javascript libraries like jQuery.
Here is a screenshot that shows JSHint in action. You can see warning
icons next to lines that violate rules. The problem view shows all the
violations with a description of the problem.
The default configuration of JSHint is not that strict, so you probably want to provide your own configuration. The configuration page shows all possible settings. To adjust these settings in Eclipse, open the preferences page and navigate to JSHint -> Options.
Here is my personal config that is a lot stricter than the default configuration:
1
2
3
4
5
6
7
8
9
10
11
12
13
|
devel: true, browser: true, curly: true, eqeqeq: true, forin: true, immed: true, latedef: newcap, noarg: true, noempty: true, undef: true, strict: true, trailing: true, newcap: true |
JSHint directly supports some famous JavaScript frameworks. If you are using jQuery, you should add this to your config:
1
|
jquery: true |
Like this:
Related
JavaScript Lint - checks your JavaScript source code for common mistakes21. August 2011In "Java and Quality"
Dynamic Reloading of Vaadin Applications With Maven and Eclipse, Pt. I23. August 2012In "Build, config and deploy"
TypeScript Plug-in for Eclipse5. August 2013In "Eclipse Universe"
Leave a Reply
OIO ‘s Developer Blog
This is the publication playground for these guys from Orientation in Objects, a Java Competence Center based in Germany.Tag cloud
Agile Methods and development
Atlassian Tools
Build, config and deploy
Did you know?
Eclipse Universe
Groovy and Grails
Java and Quality
Java Basics
Java EE
Java modularization
Java Persistence
Java Runtimes - VM, Appserver & Cloud
Java Web Frameworks
MDSD
Open Source BI
Other languages for the Java VM
Politics
Security
SOA / Webservices
Spring Universe
Web as a Platform
XML Universe
OIO news
OIO Braintime Blog
- Confluence 5.9: Wissen für alle, auch für JIRA Service Desk-Nutzer
- Erfahrungsbericht Architektur-Kata
- Confluence 5.9: Neues Dashboard, CQL-Filter und bessere Performance
- Portfolio für JIRA – Einführung für Projektmanager
- Portfolio für JIRA – Eine Einführung für Entwicklungsleiter
- Portfolio for JIRA – Eine Einführung für Produktmanager
- JIRA Plugins für den Projektalltag (10/10): Structure – The Issue Organizer
- JIRA Plugins für den Projektalltag (9/10): Create on Transition
- JIRA Plugins für den Projektalltag (8/10): Repeating Issues
- JIRA Plugins für den Projektalltag (7/10): The Scheduler
Email Subscription
Click to subscribe to this blog and receive notifications of new posts by email.
Join 59 other subscribers
Email Address
Top Posts & Pages
- Integrating PDF.js as PDF viewer in your web application
- An introduction to TypeScript's module system
- Java Profilers - A short comparison between JProfiler, YourKit and Java’s VisualVM
- How to create a Loading Animation / Spinner using jQuery
- Add Support for Java 8 Date & Time API to Jackson Serialized REST Web Services
- Split comma-separated Strings in Java
- Logging additional information like SessionID in every Log4j message
- Grails Database Queries - Criteria Builder vs. Where Queries [updated]
- A comprehensive example of JSF's Faces Flow
- Mapping ISO2 and ISO3 Country Codes with Java
Latest Comments
- Pierluigi Vernetto on Java Profilers – A short comparison between JProfiler, YourKit and Java’s VisualVM
- Texte aufsplitten und zusammenführen in Java 8 – Teil 2 | techscouting through the java news on Texte aufsplitten und zusammenführen in Java 8 – Teil 1
- Roland Krüger on Accessing Maven Properties From Your Code
- Chris Passante on Accessing Maven Properties From Your Code
- Srikanth on Integrating PDF.js as PDF viewer in your web application
RSS
Archiv
- December 2015 (1)
- November 2015 (9)
- October 2015 (1)
- September 2015 (2)
- August 2015 (5)
- July 2015 (3)
- June 2015 (4)
- May 2015 (4)
- April 2015 (3)
- March 2015 (4)
- February 2015 (4)
- January 2015 (4)
- December 2014 (2)
- November 2014 (3)
- October 2014 (3)
- September 2014 (10)
- August 2014 (2)
- July 2014 (19)
- June 2014 (1)
- May 2014 (5)
- April 2014 (5)
- March 2014 (16)
- February 2014 (20)
- January 2014 (6)
- December 2013 (6)
- November 2013 (2)
- October 2013 (3)
- September 2013 (1)
- August 2013 (7)
- July 2013 (15)
- June 2013 (11)
- May 2013 (17)
- April 2013 (9)
- March 2013 (8)
- February 2013 (16)
- January 2013 (8)
- December 2012 (9)
- November 2012 (8)
- October 2012 (12)
- September 2012 (7)
- August 2012 (9)
- July 2012 (9)
- June 2012 (11)
- May 2012 (9)
- April 2012 (8)
- March 2012 (6)
- February 2012 (16)
- January 2012 (4)
- December 2011 (24)
- November 2011 (2)
- October 2011 (3)
- September 2011 (7)
- August 2011 (6)
- July 2011 (10)
- June 2011 (5)
- May 2011 (26)
- April 2011 (13)
- March 2011 (19)
- February 2011 (11)
- January 2011 (7)
- December 2010 (8)
- November 2010 (19)
- October 2010 (32)
- September 2010 (2)
- August 2010 (5)
- July 2010 (7)
- June 2010 (1)
- May 2010 (21)
- April 2010 (9)
- March 2010 (9)
- February 2010 (17)
- January 2010 (14)
- June 2009 (1)
- May 2009 (2)
Categories
- Agile Methods and development
- Atlassian Tools
- Build, config and deploy
- Did you know?
- Eclipse Universe
- Groovy and Grails
- Java and Quality
- Java Basics
- Java EE
- Java modularization
- Java Persistence
- Java Runtimes – VM, Appserver & Cloud
- Java Web Frameworks
- MDSD
- Open Source BI
- Other languages for the Java VM
- Politics
- Security
- SOA / Webservices
- Someone thinks I fit nowhere else
- Spring Universe
- Uncategorized
- Web as a Platform
- XML Universe
Subscribe to Blog via Email
Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Join 59 other subscribers
Email Address
jshint-eclipse: JavaScript Code Quality Plugin for Eclipse的更多相关文章
- eclipse启动报错 Problems occurred when invoking code from plug-in: "org.eclipse.jface"
eclipse在使用中可能会发生错误: Problems occurred when invoking code from plug-in: "org.eclipse.jface" ...
- Problems occurred when invoking code from plug-in: "org.eclipse.jface".
java.lang.NullPointerException at com.genuitec.eclipse.easie.core.AppServer.getServerLabel(Unknown S ...
- view class source code with JAD plugin in Eclipse
The default class viewer doesn't decompile the class file so you cannot open and check the source co ...
- eclipse's code assist
突然发现有个类没有code assist功能了,而别的类都还有,新建的类也有,可是当把代码拷贝到新建的类还是不行:尝试了各种办法,包括删除workspace/.metadata/.plugin/org ...
- Plug-in 'org.eclipse.cdt.ui' contributed an invalid Menu Extension
终于在mac上配置了最新的eclipse和adt(Win和Mac oxs通用),然后就Error Log报这种错误,运行了hello word,没有影响,但是依旧有这种错误! 记录下错误: eclip ...
- tip use view.isineditmode() in your custom views to skip code when shown in eclipse
tip use view.isineditmode() in your custom views to skip code when shown in eclipse
- Use View.isInEditMode() in your custom views to skip code when shown in Eclipse
今天在做自定义ViewGroup中,出现了一下错误提示Use View.isInEditMode() in your custom views to skip code when shown in E ...
- (办公)plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal
今天上午开发环境遇到这个问题,解决方案如下,(解决了之后,项目并没有丢失.) 因为Eclipse的这个plug-in org.eclipse.jdt.ui was unable to load cla ...
- eclipse中无法新建Android工程 出现问题:Plug-in org.eclipse.ajdt.ui was unable to load
转自:http://www.bubuko.com/infodetail-757338.html eclipse中打开后新建Android项目区仍无法创建,出现下列提示对话框: Plug-in org. ...
随机推荐
- Solr学习笔记(3) —— SolrJ管理索引库&集群
一.什么是SolrJ solrj是访问Solr服务的java客户端,提供索引和搜索的请求方法,SolrJ通常嵌入在业务系统中,通过SolrJ的API接口操作Solr服务,如下图: 二.SolrJ的基本 ...
- sublime 显示 python 错误信息
默认的编译器可以直接按Ctrl+B编译运行Python,并在控制台输出结果.美中不足的是无法输出中文,需要自己手动配置一番. 在Sublime Text 3 中依次点击菜单Tools->buil ...
- I2C(smbus pmbus)和SPI分析
2C和SPI作为两种非常常用的低速外部总线 I2C I2C是以前的飞利浦半导体制定的标准,也就是如今的NXP. I2C总线由一条数据线(SDA)和一条时钟线(SCL)组成.设备分主从,主设备提供时钟, ...
- 【笔记】Django基础(一)
---恢复内容开始--- [笔记]Django基础(一) oldboy Django 一 关于Python框架的本质 1. HTTP协议消息的格式: 请求(request) 请求方法 路径 HTTP ...
- http文件上传/下载
package unit; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputSt ...
- 第十一章:DOM扩展
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- getElementsByTagName 、 getElementsByName 、getElementById区别
WEB标准下可以通过getElementById(), getElementsByName(), and getElementsByTagName()访问DOCUMENT中的任一个标签: getEle ...
- JS 获取get请求方式的参数
//获取页面中的参数 name值参数名称(例如:http://localhost:8099/index.aspx?id=10,name则指的是id)function GetQueryString ...
- 关于JAVA的基本知识
TCP/IP 协议族常用协议 应用层:TFTP,HTTP,SNMP,FTP,SMTP,DNS,Telnet 等等 传输层:TCP,UDP 网络层:IP,ICMP,OSPF,EIGRP,IGMP 数据链 ...
- SourceInsight,Understand,SecureCRT设置
SourceInsight 设置字体 Option/Document Option/Screen Fonts Understand https://scitools.com/download/ ...