2023-02-14 15:38:57 +01:00
..
2023-02-14 15:38:57 +01:00
2022-01-12 12:09:34 +01:00
2023-02-10 20:38:30 +01:00
2023-02-14 15:38:57 +01:00
2022-11-28 17:31:11 +01:00
2021-11-08 17:31:16 +01:00

Project Wizard Demo JetBrains IntelliJ Platform SDK Docs

Reference: Project Wizard 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