DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
75 stars 9 forks source link

Local Query Scope Support [FEATURE REQUEST] #582

Open Maaz0313 opened 1 week ago

Maaz0313 commented 1 week ago

Please add support for Laravel's local query scope methods, so that Eloquent methods can be suggested after it. Relevant link

jakubmisek commented 1 week ago

Thank you for the suggestion!

We should already do that: vscode-eloquent-local-scopes

Is there anything specific where it doesn't work? Is it Laravel >= 9? Do all the methods have a correct mouse hover?