IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Creating Actions

Edit pageLast modified: 10 March 2025

Plugins can add actions to existing IDE menus and toolbars, as well as add new menus and toolbars. The IntelliJ Platform calls the actions of plugins in response to user interactions with the IDE. However, the actions of a plugin must first be defined and registered with the IntelliJ Platform.

Using the SDK code sample action_basics, this tutorial illustrates the steps to create an action for a plugin.