2015-06-10 12:34:29 +02:00

18 lines
680 B
Markdown

---
layout: general
title: 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:
1. [Adding New Steps to Project Wizard](project_wizard/adding_new_steps.html)
2. [Supporting Module Types](project_wizard/module_types.html)
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](https://github.com/JetBrains/intellij-community/tree/master/platform/lang-api/src/com/intellij/ide/util/projectWizard).