For IDEA plugin developers: A list of IntelliJ IDEA’s built-in actions ID’s

IntelliJ IDEA’s plugin system allows you to add actions to menus, specifying the position in the menu relative to what menu item it should be above or below. However, the IDEA documentation does not provide a list of IDEA’s built-in menu and action ID’s.

I’ve learned a lot about XSLT today to produce a list of group and action ID’s built into IntelliJ IDEA. It is located here:

IDEA Built-In Action ID’s

Leave a Reply