mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
798 B
798 B
Quick Start Guide
Introduction to IntelliJ Platform plugin development.
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.
If you are interested in the UI theme development, please see Themes.
{style="note"}