Feature Description
I’m using IdeaVim, and it would be very helpful to have an action ID for “Find usages” icon handler so I can map it to a custom keybinding.
i.e. com.laravel_idea.plugin.GoToBladeUsagesAction
Currently I am using the com.laravel_idea.plugin.GoToViewUsagesAction
# IdeaVim config file
nmap <leader>gvu <Action>(com.laravel_idea.plugin.GoToViewUsagesAction)
However, it’s quite slow, and instead of opening the popup or navigating to the only usage, it opens the results in a tool window at the bottom of the IDE.
Feature Description
I’m using IdeaVim, and it would be very helpful to have an action ID for “Find usages” icon handler so I can map it to a custom keybinding.
i.e.
com.laravel_idea.plugin.GoToBladeUsagesActionCurrently I am using the
com.laravel_idea.plugin.GoToViewUsagesActionHowever, it’s quite slow, and instead of opening the popup or navigating to the only usage, it opens the results in a tool window at the bottom of the IDE.