Posted by Sweetchuck on August 14, 2012 at 7:21am
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.
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Last modified: March 17, 2013