codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

Livewire Helper Support #50

Open ruelluna opened 2 years ago

ruelluna commented 2 years ago

I can go to when using <livewire:my-component> but not @livewire('my-component').

Coming from PHPstorm, when clicked, two options will pop-up, either to the the Component class or the view of that component which is so helpful.