Livewire Properties
Properties in Livewire components are defined as public within the component class.
The plugin provides autocompletion and go-to-declaration for all properties defined in your component.
Livewire Properties for inline components
It also provides autocompletion and go-to-declaration support for all properties in your inline components.