mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
19 lines
776 B
Markdown
19 lines
776 B
Markdown
---
|
|
title: Project Wizard
|
|
---
|
|
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
|
|
|
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.md)
|
|
2. [Supporting Module Types](project_wizard/module_types.md)
|
|
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](upsource:///platform/lang-api/src/com/intellij/ide/util/projectWizard).
|