-
Notifications
You must be signed in to change notification settings - Fork 52
Tern & Closure support
tern-closure provides the closure tern plugin which adds a support for Closure Compiler annotations and the Closure Library
This support provides completion, hyperlink, text hover and validation for Closure framework. here a screenshot with Closure completion :
After installing and converting your project as Tern Project, go at Tern project property, click on Tern / Modules item and select the closure tern plugin :
After that you can benefit with goog provide/request completion :
If you need more completion like goog.dom, etc, you need to copy sources of Closure in your Eclipse project :
You must configure this dirs as closure source :
After this configuration, tern-closure uses the Closure sources to provide completion for classes :
If you select lint tern module, you will benefit with validation :
- 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