idea-php-toolbox-json-files
idea-php-toolbox-json-files copied to clipboard
Note sure if this should be done here, or whether the Symfony plugin should just handle them itself.
Currently, I'm relying on the Symfony plugin feature allowing to configure extra method references, relying on type providers defined in the plugin. This allows me to provide support for KnpMenu...
Today I thought about adding completion for Symfony FlashBag types ('error', 'info', etc) in Twig via PHP Toolbox for the new `app.flashes` method (and also the old `app.session.flashBag.get` one). But...