mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
636 B
636 B
layout | title |
---|---|
editable | Project Wizard |
This set of tutorials shows how to manipulate the process of project creation. Configuring Project Wizard automatically allows you to do the following:
- Adding new steps to the wizard
- Providing additional setting for project creation
- Handling activities during project creation
- Initial environment configuration
Note:
Main utilities to configure a custom project wizard can be found in the package [lang-api.ide.util.projectWizard] (https://github.com/JetBrains/intellij-community/tree/master/platform/lang-api/src/com/intellij/ide/util/projectWizard).