vaadin / intellij-plugin

Vaadin IntelliJ Plugin
2 stars 0 forks source link

Use GeneratorNewProjectWizard for project creation #37

Closed MarcinVaadin closed 2 months ago

MarcinVaadin commented 2 months ago

Current approach using ModuleBuilder does not create nice, single step project wizard view:

image

Plugin might use GeneratorNewProjectWizard to create with single wizard step like:

image

To achieve above project wizard must contain:

All of above is already implemented in CommonStarterInitialStep.java but it's not available in IntelliJ API.