What problem does it solve?
IntelliJ plugin development often requires coordinating multiple SDK APIs and editor integrations; this Skill provides guidance for implementing FileEditorProvider, split editors, persistent state components, actions, and i18n wiring in Kotlin + Compose to build robust JetBrains plugins.
Core Features & Use Cases
- Guidance on integrating FileEditorProvider and split editors (TextEditorWithPreview) to create cohesive editing experiences within the IDE
- Patterns for implementing PersistentStateComponent settings, DynamicBundle i18n, IconProvider, ToggleAction, and ErrorReportSubmitter, plus debugging plugin.xml wiring
- Use cases include debugging sandbox issues, wiring actions into menus, and ensuring undo/history preservation during patching or updates
Quick Start
Register plugins and implement a split editor by following the patterns shown for FileEditorProvider, TextEditorWithPreview, and sandbox debugging in Kotlin + Compose.