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
请先登录再写评论。
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").