Intellij Plugin Dev

IntelliJ Platform / Android Studio 向けプラグインを、人手を最小化してエージェント主導で 開発するためのツーリング・進め方リファレンス。「実装↔動作確認の自走フィードバックループ」を 6 チャネルに分解し、正しさ = ヘッドレス機能テスト (Kotlin Analysis API)、見た目 = headless PNG 自己目視 (renderComposeScene + standalone Jewel) の 2 本を主軸に据える。tool window (Jewel/Compose)、 gutter line marker、エディタ追従、ノード→ソースのナビ、PSI 挿入 (コード生成)、headless preview + VRT golden、Driver スモーク、build/since-until 配線をカバーする。example scaffold 一式 (scripts/scaffold.sh で新規プラグインの土台を生成) を同梱。 Use when requested: "IntelliJ プラグインを作りたい", "IntelliJ Platform plugin dev", "Jewel/Compose で tool window", "addComposeTab", "Analysis API がテストで動かない", "注釈の型引数が取れない", "renderComposeScene で見た目確認", "VRT golden を組む", "gutter line marker が出ない", "エディタ追従 / ノード→ソースのナビ", "PSI 挿入でコード生成", "プラグインの build 配線 / since-until", "Driver スモーク", "AS vs IDEA の build スキュー".

tbsten 9a4f15f 23 files · 100.6 KB Updated

File contents

tbsten/skills/tree/main/skills/intellij-plugin-dev commit 9a4f15f015

Frequently asked questions

npx skillmds@latest add tbsten/intellij-plugin-dev