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

Results 4 idea-php-toolbox-json-files issues
Sort by recently updated
recently updated
newest added

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