Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 767 Bytes

File metadata and controls

20 lines (11 loc) · 767 Bytes

AngularJS PhpStorm live templates

How to use

In the Live Templates page of the Settings/Preferences dialog, select the group where you want to insert the copied live templates.

Right-click the selection, and choose Paste on the context menu.

An XML copy of the selected templates is inserted from the system clipboard to the selected group of live templates. (source : http://www.jetbrains.com/help/phpstorm/2016.1/sharing-live-templates.html?origin=old_help)

Live templates

  • ngmoduleinit : Create new module
  • ngreturndirective : Return directive configuration
  • ngmodule : Create new controller, directive, service...

ngmodule screencast