HTML Features
Syntax Coloring
Highlight AngularJS directive and EL:

Directives management
Please read HTML directives for more features.
Native Directive
Completions
Completion for directive name :

Hover

Custom Directive
Completions
Completion for custom directive name :

Hyperlink
Hyperlink for custom directive name :

Module management
For module management, you need to configure tern server.
Completions
Completion for modules (declared in an external JS) :

Hover

Hyperlink

Controller management
For controller management, you need to configure tern server.
Completions
Completion for controllers (declared in an external JS) :

Hover

Hyperlink

Angular Expression management
For angular expression management, you need to configure tern server.
Completions
Completion for angular expression :

Typing
Auto close EL


Validation
Imagine you have this valid HTML Angular file (module and controller exists) :

If you fill ng-app with bad module, you will see this validation error :

If you fill ng-app with existing module, but a controller which doesn't exists, you will see this validation error :
