QuickActionPopup
<action id="QuickActionPopup" text="Show Quick Actions Popup" class="com.intellij.ui.switcher.ShowQuickActionPopupAction"/>
How to trigger this? It seems to be connected to QuickActionProviders which ToolWindows implement to register all local actions. Shortcut mapper does not list this action either.
Thanks
Please sign in to leave a comment.
Hi,
this action might be absent in some builds (you need 171.3556+).
It can be invoked with "Ctrl+Alt+Enter" in some toolwindows (ex: "Project View" and "Local Changes").