-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 0.6.0
Here's a list of the most noteworthy things in the tern.java 0.6.0 release which is enable since October 2014. You can see issues for 0.6.0
When completion, hover, hyperlink, validation is done the first time, a set of JavaScript files must be posted to the tern server. To do that, you must configure Tern Script Paths.
JSDT provides "Include Path" configuration (Class Path like) which looks like to Tern Script Paths.
Since 0.6.0, you can configure folders, files, projects which host JavaScript files to post to tern server with the JSDT "Include Path" UI (available if your project is a JSDT JavaScript project):
If you go at Tern Script Path, you can check the JSDT "Include Path" is a tern script path too :
Before 0.6.0, tern completions items was displayed after JSDT completion items :
Since 0.6.0, tern completions items is displayed before JSDT completion items :
Severity of validation rule of the Lint (Validation) can be customized :
Please read Validation Rules to know what this tern lint is able to validate.
Add Google Apps Script support :
For more information, please read Google Apps Script
- Tern IDE
- Tern Toolings
-
Tern Modules
- AngularJS
- AlloyUI
- Browser
- Bootstrap
- CKEditor
- CordovaJS
- Dojo Toolkit
- ECMAScript
- ExtJS
- Game
- jQuery
- JSDoc Support
- Liferay
- Meteor
- Node.js
- Qooxdoo
- snabbt.js
- RequireJS
- Tabris.js
- three.js
- Titanium
- YUI Library
- Completion
- Linter (Validator)
- Tests
- JavaScript Build
- New and Noteworthy