Adding multiple project templates
I have used the project template extension point in following way.
<projectTemplate projectType="CTAP Application" templatePath="resources/CTAP_SMS_Service_Application.zip" category="true"/>
This adds a one project template which I have archived inside the zip file, into project creation wizards.
What is the way to add multiple project templates.
请先登录再写评论。
Hi, you can make use of com.intellij.platform.ProjectTemplatesFactory and return an array of com.intellij.platform.templates.LocalArchivedTemplate.
As a quick work around I found following as working.