-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 0.7.0
Here's a list of the most noteworthy things in the tern.java 0.7.0 release which is released in December 2014. You can see issues for 0.7.0
When a completion item defines a function which have a function, parameter, the applied completion generate an anonymous function.
For instance if you apply Node#addEventListener(type: string, listener: fn(e: +Event), capture: bool)
:
it generates addEventListener
parameters and an anonymous function for listener
parameter with a e
parameter :
For more information, please read here
Tern 0.7.0 support now 3 node.js libraries.
Add a support for [express web application framework for node support] :
For more information, please read Node.js Express.
Add a support for Mongo DB Native NodeJS Driver :
For more information, please read Node.js MongoDB Native.
Add a support forMongoose :
For more information, please read Node.js Mongoose.
Add a support for tabris.js :
For more information, please read tabris.js support.
Lint (Validation) was improved to validate :
- unused variable :
- unused function :
Please read Validation Rules to know what this tern lint is able to validate.
Tern modules shows a custom label instead of using the tern module name :
When hover is opened you can click on the left icon to open the declaration of the hovered expression (like JDT):
Tern hover which displays Origin becomes clickable to open the given file with click :
- 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