Skip to content

New and Noteworthy 0.4.0

angelozerr edited this page Nov 7, 2015 · 9 revisions

Here's a list of the most noteworthy things in the AngularJS Eclipse 0.4.0 release which is available for download since August 2014. You can see issues for 0.4.0

Please read New and Noteworthy 0.4.0 of tern.java

HTML Features

Controller 'as'

See issue 70 :

Controller as

Completion/Hover Popup

Hover and completion uses a popup to display useful informations. This popup was improved by using BrowserInformationControl like JDT does :

  • image icons are used inside the popup
  • hyperlink are available : click on hyperlink opens a Web Browser.

Before this improvment, popup had not image and available hyperlink :

Old Hover

Since 4.0.0, the popup is improved. Here a screenshot with text hover :

Old Hover

Here a screenshot with completion :

New Completion

Expression Hover

If you hover with your mouse an angular expression, you will see some information about the JavaScript model :

Expression Hover

Expression Hyperlink

You can too open the JavaScript model used in an angular expression with Ctrl+Click or F3 :

Expression Hyperlink

This action opens the well JavaScript file and select the JavaScript model :

Expression Hyperlink