PhpStorm templates
Component ID
1729490
Component name
PhpStorm templates
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
THIS IS NOT A MODULE, but Drupal-specific "Live Templates" and "File Templates" for PhpStorm.
UPDATE
Manager script has been moved into another repository.
https://github.com/Sweetchuck/WebIdeConfigManager
Steps to start using it the first time:
- Exit from PhpStorm
$ cd ~/where/you/want/to/store/the/config/files$ git clone https://github.com/Sweetchuck/WebIdeConfigManager.git$ cd WebIdeConfigManager/ConfigHome$ git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/phpstorm_templates.gitdrupal$ cd ..$ ./WebIdeConfigManager.php push- Start PhpStorm
- type "hook_mail" or whatever hook and press Tab for template.
To update:
- Exit from PhpStorm
$ cd /PathTo/WebIdeConfigManager/ConfigHome/drupal$ git pull$ cd ../..- One of:
$ ./WebIdeConfigManager.php push- OR
$ ./WebIdeConfigManager.php push -h drupal
- Start PhpStorm
- Enjoy.
