Reference: Kotlin for Plugin Developers in IntelliJ SDK Docs
Simple Kotlin Demo project is an example of a minimal Kotlin-based plugin that provides the most straightforward action implemented by the HelloAction.kt Kotlin class.
Action, added to the main menu, shows a message dialog when invoked.
ID | Implementation | Base Action Class |
---|---|---|
MyPlugin.Hello |
HelloAction | AnAction |
Reference: Action System in IntelliJ SDK Docs