drjayvee opened this issue 5 months ago · 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:
user.isAdmin()
user.admin
versus
Related to #2024.