mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 17:27:49 +08:00
14 lines
536 B
Markdown
14 lines
536 B
Markdown
---
|
|
title: Quick Start Guide
|
|
---
|
|
|
|
This section covers the basics of working with *IntelliJ Platform*.
|
|
It will familiarize you with the working environment, project structure, and frequently used API components.
|
|
|
|
* [Main Types of IntelliJ Platform Plugins](basics/types_of_plugins.md)
|
|
* [Getting Started](basics/getting_started.md)
|
|
* [Plugin Structure](basics/plugin_structure.md)
|
|
* [Kotlin for Plugin Developers](/tutorials/kotlin.md)
|
|
* [IDE Development Instances](basics/ide_development_instance.md)
|
|
* [Plugin development FAQ](faq.md)
|