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

How to access Symfony Plugin source provider? #13

Open havvg opened 8 years ago

havvg commented 8 years ago

I got the Toolbox and the Symfony plugin installed.

{
    "registrar": [{
        "language": "php",
        "provider": "template",
        "signature": [
            "Application\\Bundle\\AppBundle\\View\\RenderResult::__construct"
        ]
    }]
}

I want to make use of the Twig template naming provider, within the Symfony plugin it's called template however it's not working when used on a __construct, thought I could make it work this way around.

Haehnchen commented 8 years ago

symfony plugin update follows