You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't have the knowledge to contribute to a vscode extension but I think it would be cool to be able to make a quick jump to the syntaxes integrating the livewire components in a view like the ones below:
<livewire:my-component :data="..." :wire:key="..."> and @livewire('my-component',[...],key(...))