IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Grouping Actions

Edit pageLast modified: 10 March 2025

If an implementation requires several actions, or there are simply too many actions that overload the menu, the actions can be placed into groups. This tutorial demonstrates adding an action to an existing group, creating a new action group, and action groups with a variable number of actions. The sample code discussed in this tutorial is from the code sample action_basics.

Some content in this tutorial assumes the reader is familiar with the Creating Actions tutorial.