mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
755 B
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:
- Adding New Steps to Project Wizard
- Supporting Module Types
- 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.