New and Noteworthy 0.8.0 - angelozerr/tern.java GitHub Wiki
Here's a list of the most noteworthy things in the tern.java 0.8.0 release which is available for download since 01/28/2015. You can see issues for 0.8.0
Tern completion
Completion Guess plugin
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.
Completion String plugin
See Completion String for more informations.
Tern modules
ECMAScript 6 support
Add ECMAScript 6 support:
For more information, please read ECMAScript6 support
node.js & module completion
tern.js is able to implement your own completion. The node.js tern plugin uses this feature to support completion for module :
node.js & require module validation
If you select Node lint, you can benefit with validation for require module :
RequireJS object literal completion
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 :
Jasmine support
Add Jasmine support:
For more information, please read Jasmine support
Protractor support
Add Protractor support:
For more information, please read Protractor support
snabbt.js support
Add snabbt.js support:
For more information, please read snabbt.js support
Preferences
Default modules
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 !