Custom Project Type templates
How exactly do I go about creating a custom template for a New Project, so I can select it and have all the boilerplate?
I've searched and not found anything about this, except in regards to Ruby on Rails.
My apologies if I didn't search hard enough.
请先登录再写评论。
Hi there,
You cannot -- all project type templates available in PhpStorm/WebStorm are hard coded (implemented via plugins)
So I cannot set up my own project boilerplate... such as if I want boilerplate for HTML 5 with AngularJS/Bootstrap?
What is the reasoning behind this, do you know?