-
Notifications
You must be signed in to change notification settings - Fork 52
New and Noteworthy 1.1.0
Angelo edited this page Sep 10, 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
tern-es6 was integrated. You can select ECMAScript version
with Tern project property
:
and benefit with ES6 support like ES modules.
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 JSON with indentation; .tern-project
is now saved with indentation:
{
"plugins": {
"guess-types": {
},
"outline": {
}
},
"ecmaVersion": 5
}
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