-
Notifications
You must be signed in to change notification settings - Fork 90
New and Noteworthy 1.2.0
angelozerr edited this page Jan 15, 2016
·
6 revisions
Here's a list of the most noteworthy things in the 1.2.0 release which will be available for download at ?. You can see issues for 1.2.0
Please read New and Noteworthy 1.2.0 of tern.java
You can search and open angular elements like module, controller, directives, etc with the Open Angular Element
dialog that you can open with Ctrl+Shift+Z
when you are editing a JavaScript or HTML file :
Angular Explorer was improved:
- modules, controllers, etc is refreshed when you are typing.
- if you activate
Link Editor
, when you select a module, controller in the activated JavaScritpt Editor, it select the selected module/controller in the TreeView of the Angular Explorer.
You can now Run/Debug Protractor:
See Protractor support for more information.