Project Wizards
Creating a project in IntelliJ-based IDEs is achieved with project wizards gathering information about the created project and generating it.
IntelliJ Platform provides APIs to implement wizards:
New Project Wizard API — available since 2024.2
Legacy Project Wizard API — an old API, not recommended to implement in plugins targeting versions 2024.2 and newer
12 May 2025