-
Notifications
You must be signed in to change notification settings - Fork 90
New and Noteworthy 0.4.0
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
See issue 70 :
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 :
Since 4.0.0, the popup is improved. Here a screenshot with text hover :
Here a screenshot with completion :
If you hover with your mouse an angular expression, you will see some information about the JavaScript model :
You can too open the JavaScript model used in an angular expression with Ctrl+Click or F3 :
This action opens the well JavaScript file and select the JavaScript model :