Haehnchen/idea-php-symfony2-plugin

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

drjayvee opened this issue · 0 comments

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.