Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

Bug: No auto-complete when using full method/property name #2395

Open drjayvee opened 1 month ago

drjayvee commented 1 month ago

When using full method/property names (e.g., user.isAdmin()) instead of short form (e.g. user.admin), the IDE does not auto-complete:

image

versus image

Related to #2024.