-
Notifications
You must be signed in to change notification settings - Fork 52
Features
angelozerr edited this page Jun 19, 2015
·
2 revisions
Tern.java extends the JSDT plugins to use tern completion, hyperlinks with the JSDT JavaScript Editor.
Note : it should be possible to extend other JavaScript editor with tern by developing an Eclipse plugin.
Completion on javascript elements like array :
Ctrl+Click on any javascript elements (variable, function) open hyperlink :
If you select "Tern - Go to definition", tern is used to search and select the javascript definition:
It works too if your variable, functions is defined on other files (if script path is well configured).
- 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