intellij-sdk-code-samples/topics/basics/plugins_quick_start.md

21 lines
734 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_alternatives.md)
* [](plugin_required_experience.md)
* [](plugin_types.md)
* [](developing_plugins.md)
* [](plugin_structure.md)
* [Implementing Plugin in Kotlin](using_kotlin.md)
* [](plugin_signing.md)
* [](ide_development_instance.md)
* [](faq.md)
> If you are interested in the UI theme development, please see [Part X - Themes](themes_getting_started.md).
>
{type="note"}