Livewire Actions
Livewire actions are methods defined within your component that can be invoked through frontend interactions, such as clicking a button or submitting a form.
The plugin provides autocompletion and go-to-declaration for all actions (methods) defined in your component.
Livewire Actions for inline components
It also provides autocompletion and go-to-declaration for all actions in your inline components.