Haehnchen / idea-php-annotation-plugin

Add PHP annotation support for PhpStorm and IntelliJ
https://plugins.jetbrains.com/plugin/7320
MIT License
251 stars 41 forks source link

Autocompletion sort order #222

Closed AlexeyKosov closed 2 years ago

AlexeyKosov commented 3 years ago

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

AlexeyKosov commented 3 years ago

Looks like a duplicate of #209

Haehnchen commented 2 years ago

finally i got a solution; as usual sometimes it can be easy ;)