You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite sure it's related to this plugin, but there's one thing that changed after updating to PhpStorm 2020.3
When I add a new property to an ORM entity, the needed annotations go at the very bottom of the autocompletion dropdown, whereas in the previous versions of PhpStorm, they were at the top. In order to add @ORM\Column() to a field, I could just type @Col and select the first option from the dropdown. Now I have to scroll to the bottom every time. Even ML-based sorting does not help.
Is it something that can be fixed or configured?
The text was updated successfully, but these errors were encountered:
I'm not quite sure it's related to this plugin, but there's one thing that changed after updating to PhpStorm 2020.3
When I add a new property to an ORM entity, the needed annotations go at the very bottom of the autocompletion dropdown, whereas in the previous versions of PhpStorm, they were at the top. In order to add
@ORM\Column()
to a field, I could just type@Col
and select the first option from the dropdown. Now I have to scroll to the bottom every time. Even ML-based sorting does not help.Is it something that can be fixed or configured?
The text was updated successfully, but these errors were encountered: