This project is intended to setup useful PHPStorm Templates for Magento 2 Projects.
Linux
git clone https://github.com/jcconde/magento2-phpstorm-templates.git
cd magento2-phpstorm-templates/Preferences/templates
ln -s $(PWD)/magento2-phpstorm-templates/Preferences/templates/* ~/.config/JetBrains/<product name><version number>/templates/
OSX
git clone https://github.com/jcconde/magento2-phpstorm-templates.git
cd magento2-phpstorm-templates/Preferences/templates
ln -s $(PWD)/magento2-phpstorm-templates/Preferences/templates/* ~/Library/Application Support/JetBrains/<product name><version number>/templates/
Restart phpstorm
All file and live templates namings start with 2m
.
You can contribute with new templates following this manual: