idea-php-toolbox icon indicating copy to clipboard operation
idea-php-toolbox copied to clipboard

Completion spans across multiple classes instead of specified one

Open donnysim opened this issue 9 years ago • 0 comments

{
            "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.

donnysim avatar Jan 08 '16 07:01 donnysim