Pycharm prioritize "frozenset" over "from" in code completion by default.

99.7% (actual stats btw) when someone types "fro" they want to use "from" (it's python after all) so usually someone writes "fr" then presses enter but for some reason, Pycharm thinks I am about to start my code by writing "fronzeset".

I think it should by default prioritize "from" over the builtin function "fronzeset" that is barely used.


I tried looking for similar posts but didn't find any. 


1
3 comments

The issue doesn't reproduce for me 

 

Do you import frozenset anywhere else in your project? Does the issue reproduce if you create a new empty project with a single .py file and try there?

0

yes I tried with an empty project that I just created now. I've never uesd frozenset in my life before. 

 

This is  my pycharm version 

0

Please update to the latest PyCharm, the issue should be fixed there.

[Download PyCharm](https://www.jetbrains.com/pycharm/download/)

0

Please sign in to leave a comment.