vscode-laravel-extra-intellisense icon indicating copy to clipboard operation
vscode-laravel-extra-intellisense copied to clipboard

Add model scopes autocomplete support

Open skrskr opened this issue 2 years ago • 1 comments

Added support to model scopes autocomplete

skrskr avatar Jul 20 '23 12:07 skrskr

@skrskr Thanks for contribution

I'm not sure this can be helpful as scopes are often used like this:

User::active()->...

But models in extension using variable names like this:

$user->relation ...

amir9480 avatar Oct 09 '23 09:10 amir9480