mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
1.2 KiB
1.2 KiB
Project Wizard Demo 
Reference: Plugin Services in IntelliJ SDK Docs
Quickstart
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.
Extension Points
Name | Implementation | Extension Point Class |
---|---|---|
com.intellij.moduleBuilder |
DemoModuleWizardStep | ModuleBuilder |
Reference: Plugin Extension Points in IntelliJ SDK Docs