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

Add array_value completion

Open Koc opened this issue 9 years ago • 2 comments

Method addClassesToCompile expects list (not key-value) of classes. Currently possible complete keys or values by concrete key.

{
    "provider": "class_interface",
    "language": "php",
    "signatures": [
        {
            "class": "Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension",
            "method": "addClassesToCompile",
            "type": "array_value"
        }
    ]
},

Koc avatar Jan 04 '16 23:01 Koc

Same for Route::setMethods - expected array of methods.

Koc avatar Jan 05 '16 13:01 Koc

Yes please :+1:

CarsonF avatar Jan 06 '16 23:01 CarsonF