-
Notifications
You must be signed in to change notification settings - Fork 52
Tern Toolings
Tern Toolings are for helping with extending Tern IDE, and for advanced Tern IDE users.
Tern IDE provides several wizards :
This wizard gives you the capability to create a Tern JSON type definition file.
This wizard gives you the capability to create a Tern Server plugin file.
See Creating Tern Plugins for more informations.
Tern IDE provides wizards to create an Web Browser HTML editors like Eclipse Orion, CodeMirror or Ace with Tern :
Select Orion editor :
Select JSON type definition :
Select server plugin :
Select a container where you wish to generate the Orion editor index.html :
Finish button generates Orion editor :
If you open the generated index.html in your browser, you will see Orion editor and completion available with Ctrl+Space :
Completion will use JSON type definition and server plugin taht you have selected. Here a screenshot with AngularJS that it has been selected :
Glue between tern and Orion is managed with tern.orion.
You can generate CodeMirror editor too (see explanation with Orion).
Glue between tern and Ace is managed with the official CodeMirror tern addon.
You can generate Ace editor too (see explanation with Orion).
Glue between tern and Ace is managed with tern.ace.
- 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