-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 1.1.0
angelozerr edited this page Sep 9, 2015
·
19 revisions
Here's a list of the most noteworthy things in the tern.java 1.1.0 release which will be available for download at ?. You can see issues for 1.1.0
Completion guess was improved for custom guessing.
Node extension uses completion guess to display required node modules after than require
function is applied. Type req
, do Ctrl+Space to open completion, select require
, this apply completion generates require(id)
and open a completion with required node modules:
1.1.0 uses minimal_json 0.9.4
to format with indentation, .tern-project
when it is saved.
Tern project properties is available:
- in
JavaScript / Tern
if your project has JavaScript Nature (JSDT):
-
Tern
if your project has NOT JavaScript Nature (JSDT):
- 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