intellij-sdk-code-samples/topics/basics/plugins_quick_start.md
2024-04-08 17:04:40 +02:00

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"}