JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 618 forks source link

the init clone as template project just won't run , did you guys test it? #333

Closed Ribosome2 closed 1 year ago

Ribosome2 commented 1 year ago

I expect the template project to be able to run after init clone ,But it didn't

hsz commented 1 year ago

The flow of using the template is explained in the Getting Started section of the README:

After using the template to create your blank project, the Template Cleanup workflow will be triggered to override or remove any template-specific configurations, such as the plugin name, current changelog, etc. Once this is complete, the project is ready to be cloned to your local environment and opened with IntelliJ IDEA.