Is it possible to navigate (by shortcut key) between a Livewire class and its view in PhpStorm?

Hi,

I’m configuring my keymap in PhpStorm after switching from VSCode, and one feature I really miss is the ability to quickly navigate from a Livewire class to its corresponding view, and vice versa.

I know that in PhpStorm, I can use Cmd + Click on the class name to see its declarations (including the view), but I haven’t found a dedicated shortcut for this action.

Is there a built-in way to achieve this, or is developing a plugin the only solution?

Thank you

0

请先登录再写评论。