Is it possible to tell this plugin to add autocomplete (routes, templates) on non-default places?
I'm using KnpMenu(Bundle) and I'd like to have auto-completion (and error messages) on places like this:
$dropdown->addChild('Change password', [
'route' => 'user_password',
'extras' => ['icon' => 'lock'],
]);
https://www.jetbrains.com/help/phpstorm/symfony-creating-helper-functions.html#method-references
This could help you, i guess.
Yes, this helps!
Would be great if I can annotate my code so I don't have to configure this, but at least this helps.
Being able to define array values with the hashes would be really great. So that I can add it in my reusable library and the developer doesn't have to change anything on their side.
Most helpful comment
https://www.jetbrains.com/help/phpstorm/symfony-creating-helper-functions.html#method-references
This could help you, i guess.