Adding to the ProjectWizard PhPStorm Plugin
Hi,
i´m developing a Plugin for IntelliJ and PhPStorm to add a new coding language. It runs perfectly under IntelliJ. Under PhPStorm i have the problem that the entry i added in IntelliJ to theProjectWizard doesn´t get add in PhPStorm. This seems logical considering the completely different design of the to ProjectWizards.
My problem now is i can´t find any documentation on how to add an entry to the PhPStorm ProjectWizard.
Thanks in advance,
Civer
Please sign in to leave a comment.
Hi,
you can use com.intellij.platform.WebProjectGenerator for that purposes. Documentation is somewhat sparse, but you can take a look at the open-source example from AngularJS plugin:
AngularJSProjectGenerator.java
AngularJSTemplateFactory.java
https://github.com/JetBrains/intellij-plugins/blob/master/AngularJS/resources/META-INF/plugin.xml#L74