plugin
plugin copied to clipboard
[Feature Request]: Livewire - Search & Refactoring For Methods And Variables
Feature Description
Currently, when browsing a Livewire blade template, the plugin successfully finds where a variable is declared in underlying php component class:
Cmd-clicking on a variable

Navigates to variable declaration
Works!
What's missing
However these functionalities are missing at the moment:
- Variable usage search from php component class. Search should show where that variable is used in blade templates.
- Refactoring. Signature and name changes for variables and methods across and between php component classes and blade templates.
Are these acknowledged and planned for development? Would be a great boost for developer productivity. :)
I'll try to implement. Thank you.