rentalhost / laravel-insight

IDEA plugin to works with Laravel Framework.
MIT License
27 stars 6 forks source link

Eloquent\Model: identify scope methods #10

Closed rentalhost closed 7 years ago

rentalhost commented 7 years ago

Laravel supports query scopes, but the PS has difficulties to identify that (eg.) the scopeSomeMethod() is called from someMethod(), and marks that as an undefined method on class.

What is expected: