Reference: Project Wizard in IntelliJ SDK Docs
This demo project shows how to add an extra step to the Project Wizard to provide additional project configuration settings.
The new step contains a simple JLabel
element as an example presentation of the new step content.
Name | Implementation | Extension Point Class |
---|---|---|
com.intellij.moduleBuilder |
DemoModuleWizardStep | ModuleBuilder |
Reference: Plugin Extension Points in IntelliJ SDK Docs