To manage Intellij IDEA settings via version control
npm install
to download dependent node modules- create/modify your IntelliJ IDEA settings such as add file template, add live templates
- after IntelliJ IDEA settings done, run
gulp
command to copy IntelliJ IDEA settings tosrc
folder - commit your changes to repository and tell other collegues to download
Intellij-IDEA-Settings.jar
and import the latest settings - done!
Config your own IDE PATH before run gulp
!!!!!!
PackageTemplates, an awesome IntelliJ IDEA plugin which can create multiple files from templates. You must have it!