Jakub Chrzanowski 2dce0189b9 Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
..
2020-06-22 15:17:14 +02:00
2020-08-12 11:25:19 +02:00
2020-09-21 17:15:08 +02:00
2020-03-02 20:01:54 -08:00
2020-03-02 20:01:54 -08:00
2020-08-12 11:25:19 +02:00
2020-09-21 17:15:08 +02:00

Project Wizard Demo JetBrains IntelliJ Platform SDK Docs

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