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?
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?