idea-php-toolbox
idea-php-toolbox copied to clipboard
Completion spans across multiple classes instead of specified one
{
"provider": "club-columns",
"language": "php",
"signatures": [
{
"class": "App\\Models\\Club",
"method": "where"
}
]
also shows the completion for every model - User::where, City::where etc.. Laravel. Does not matter if it's in signatures or signature form.