Skip to content

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

Support for ES6

Completion Guess

Completion guess was improved for custom guessing.

Node

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:

Completion guess for node modules

.tern-project

1.1.0 uses minimal_json 0.9.4 to format with indentation, .tern-project when it is saved.

Tern Property pages

Tern project properties is available:

  • in JavaScript / Tern if your project has JavaScript Nature (JSDT):

Property with JSDT

  • Tern if your project has NOT JavaScript Nature (JSDT):

Property without JSDT

Clone this wiki locally