IntelliJ IDEA 2016.3 Help

New Action Dialog

Project tool window | Context menu of the target package | New | Action
Alt+Insert


Use this dialog to create a new action with the specified identifier, and optionally bind it with a keyboard shortcut that can consist of one or two keystrokes.

ItemDescription
ActionIdIn this text field, type the identifier of the new action.
Class nameIn this text field, specify the name of the class where the new action will be defined. The created stub class contains import statements, and extends AnAction.
NameSpecify the name that will identify the new action in the UI.
Add to GroupIn this section, select a group where the action will belong (Groups section), and specify its position (Anchor) relative to the other actions in this group (Actions).
Keyboard shortcutsIn the two text fields below, specify the optional primary and secondary keyboard shortcuts, by pressing keyboard keys and their combinations.

See Also

Last modified: 21 March 2017