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.

Please sign in to leave a comment.
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?
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
Please update to the latest PyCharm, the issue should be fixed there.
[Download PyCharm](https://www.jetbrains.com/pycharm/download/)