Skip to content

New and Noteworthy 0.7.0

angelozerr edited this page Oct 9, 2014 · 14 revisions

Here's a list of the most noteworthy things in the tern.java 0.7.0 release which will be available for download on ?. You can see issues for 0.7.0

Advanced Completion

generate anonymous function

When a completion item defines a function which have a function, parameter, the applied completion generate an anonymous function.

For instance if you apply Node#addEventListener(type: string, listener: fn(e: +Event), capture: bool) :

Elt completion

it generates addEventListener parameters and an anonymous function for listener parameter with a e parameter :

Apply completion

For more information, please read here

Clone this wiki locally