EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.
Category: Plugin Directory / Source Code Analyzer / JsLint Eclipse Plugin
| | | | Version: 1.2.11 Support Eclipse Version: 3.2+ License: Other Development Status: Beta Company: Rockstarapps.com
| |  | Home Page |  | Plugin Support |  | Discussion Forum | |
| | Update Site URL: http://www.rockstarapps.com/update-beta |
JsLint is a well-know JavaScript validation library developed by Douglas Crockford. The library allows developer to validate JavaScript against a set of best practices that have been developed over the years. RockstarApps has brought this functionality to Eclipse. JsLint can be easily activated by an Editor Action in any JavaScript file or from the "Navigator" view. The image below shows how to activate the JsLint validator from an Editor.
JsLint Activation
Users can activate the JsLint functionality from the any of the following places:
- Right clicking with in an editor. Select the [RockstarApps -> Validate with JsLint...] menu item. Validates the file being edited.
- Right click on one or more JavaScript files in the "Navigator" view.
- Right click on one or more Folders or a Project to validate all the JavaScript files contained with in the selected items.
- Selecting a file in the Navigator and pressing "Ctrl+Shift+V" will activator the JsLint validation.
Auto Validation
Users can configure an automatic validation when files are save by using the builder configuration properties.
External Defines
Users can specify external defines for all their files.
Added on: 03-Feb-2009 | Updated: 21-May-2009
|
|