mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
10 lines
585 B
Markdown
10 lines
585 B
Markdown
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
|
|
# Project Wizards
|
|
|
|
Creating a project in IntelliJ-based IDEs is achieved with [project wizards](https://www.jetbrains.com/help/idea/new-project-wizard.html) gathering information about the created project and generating it.
|
|
|
|
IntelliJ Platform provides APIs to implement wizards:
|
|
- [](new_project_wizard.md) — available since 2024.2
|
|
- [](legacy_project_wizard.md) — an old API, not recommended to implement in plugins targeting versions 2024.2 and newer
|