-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 0.8.0
Here's a list of the most noteworthy things in the tern.java 0.8.0 release which will be available for download at ?. You can see issues for 0.8.0
When completion is applied, it's possible to open a second completion with variable which matches the type of the parameter function :
See Completion Guess for more informations.
See Completion String for more informations.
Add ECMAScript 6 support:
For more information, please read ECMAScript6 support
tern.js is able to implement your own completion. The node.js tern plugin uses this feature to support completion for module :
If you select Node lint, you can benefit with validation for require module :
Tern is now able to support object literal completion. This feature is used for RequireJS config object :
When you apply completion, it generates a property key/value :
Add Jasmine support:
For more information, please read Jasmine support
Add Protractor support:
For more information, please read Protractor support
Add snabbt.js support:
For more information, please read snabbt.js support
When you convert a project to tern, ECMAScript 5
and Completion guess
is available by default. To change that you can change the global preferences !
- 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