haringsrob / laravel-dev-tools

Developer tools for easier Laravel development (Blade lsp)
Apache License 2.0
92 stars 5 forks source link

Nested properties not being found. #15

Open Fsmash opened 6 months ago

Fsmash commented 6 months ago

This is a really straightforward issue. These aren't being detected.

image

This is the livewire form class that has all the properties in it that it should be finding.

image

The issue is occurring in "app/Lsp/LspValidators/LivewireLspValidate.php". Additional reflection needs to happen such that nested properties are detected.

image

Since I know what and where the issue is I am willing to look into fixing this and creating a pull request if you don't currently have something in the works yourself.

haringsrob commented 6 months ago

Hey! Feel free to make a pr. I am currently not using this myself since I moved to vue.