mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
17 lines
573 B
Markdown
17 lines
573 B
Markdown
[//]: # (title: Quick Start Guide)
|
|
|
|
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
|
|
This section covers the basics of working with the IntelliJ Platform.
|
|
It will familiarize you with the working environment, project structure, and frequently used API components.
|
|
|
|
* [](plugin_required_experience.md)
|
|
* [](types_of_plugins.md)
|
|
* [](plugin_alternatives.md)
|
|
* [](getting_started.md)
|
|
* [](plugin_structure.md)
|
|
* [](kotlin.md)
|
|
* [](plugin_signing.md)
|
|
* [](ide_development_instance.md)
|
|
* [](faq.md)
|