mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
24 lines
844 B
Markdown
24 lines
844 B
Markdown
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
|
|
# Quick Start Guide
|
|
|
|
<link-summary>Introduction to IntelliJ Platform plugin development.</link-summary>
|
|
|
|
<include from="intellij_platform.md" element-id="pluginAlternatives"/>
|
|
|
|
> See [Themes](themes_getting_started.md) for information about UI theme development.
|
|
>
|
|
{style="note" title="UI Themes"}
|
|
|
|
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)
|
|
* [](plugin_types.md)
|
|
* [](developing_plugins.md)
|
|
* [](plugin_structure.topic)
|
|
* [Implementing Plugin in Kotlin](using_kotlin.md)
|
|
* [](plugin_signing.md)
|
|
* [](ide_development_instance.md)
|
|
* [](faq.md)
|