intellij-sdk-code-samples/topics/tutorials/intro_project_wizard.md
2021-05-26 14:58:32 +02:00

755 B

This set of tutorials shows how to manipulate the process of project creation. Configuring Project Wizard automatically allows you to do the following:

  1. Adding New Steps to Project Wizard
  2. Supporting Module Types
  3. Handling activities during project creation
  4. Initial environment configuration

Note:

Main utilities to configure a custom project wizard can be found in the package lang-api.ide.util.projectWizard.