Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Completion spans across multiple classes instead of specified one #33

Open donnysim opened 8 years ago

donnysim commented 8 years ago
{
            "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.