Idea-php-symfony2-plugin: Autocomplete on non-standard methods?

Created on 10 Jul 2019  路  3Comments  路  Source: Haehnchen/idea-php-symfony2-plugin

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'],
]);

Most helpful comment

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ostrolucky picture ostrolucky  路  4Comments

garak picture garak  路  6Comments

Anubarak picture Anubarak  路  5Comments

deivid11 picture deivid11  路  3Comments

RikudouSage picture RikudouSage  路  6Comments