plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Livewire - Search & Refactoring For Methods And Variables

Open sybbear opened this issue 4 years ago • 4 comments

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 Screenshot 2021-09-13 at 10 22 41

Navigates to variable declaration Screenshot 2021-09-13 at 10 23 14 Works!

What's missing

However these functionalities are missing at the moment:

  1. Variable usage search from php component class. Search should show where that variable is used in blade templates.
  2. 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. :)

sybbear avatar Sep 13 '21 07:09 sybbear

I'll try to implement. Thank you.

adelf avatar Sep 29 '21 21:09 adelf