├── Magento.xml └── README.textile /Magento.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 20 | 37 | 54 | 71 | 88 | 105 | 122 | 139 | 156 | 175 | 194 | 210 | 225 | 241 | 257 | 273 | 292 | 312 | 327 | 344 | 360 | 379 | 398 | 418 | 435 | 451 | 469 | 470 | 471 | -------------------------------------------------------------------------------- /README.textile: -------------------------------------------------------------------------------- 1 | h1. Templates for PhpStorm IDE 2 | 3 | h2. Installation 4 | 5 | Put Magento.xml file into config/templates folder of you PhpStorm configuration. 6 | For detailed informations visit "PhpStorm Live Template Web Help page.":http://www.jetbrains.com/phpstorm/webhelp/live-templates.html 7 | 8 | h3. MacOS 9 | 10 | The template folder can be found here: *~/Library/Preferences/WebIDE10/templates* 11 | 12 | h3. Linux 13 | 14 | The template folder can be found here: *~/.WebIde10/config/templates* 15 | 16 | _Note_: Newer PhpStorm versions store config in .WebIde40 folder 17 | 18 | h2. Magento Live Templates 19 | 20 | The file Magento.xml contains some live templates for easy module config.xml creation. 21 | You can access the templates by typing "magento" and the shortcut *CTRL + J* (*CMD + J* on Mac). 22 | 23 | The templates support creation of: 24 | 25 | * Block definition 26 | * Event definition 27 | * Helper definition 28 | * Layout definition 29 | * Model definition 30 | * Module meta information 31 | * Router definition 32 | * Translation definition 33 | * E-Mail-Template definition 34 | * Cron definition 35 | * Setup definition 36 | --------------------------------------------------------------------------------