Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion sort order #222

Closed
AlexeyKosov opened this issue Jan 25, 2021 · 2 comments
Closed

Autocompletion sort order #222

AlexeyKosov opened this issue Jan 25, 2021 · 2 comments
Assignees
Labels

Comments

@AlexeyKosov
Copy link

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
Copy link
Author

Looks like a duplicate of #209

@Haehnchen
Copy link
Owner

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

Haehnchen added a commit that referenced this issue Apr 11, 2022
 #209 #222 move annotation completion to top of completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants