How can I disable filenames and folders names that popped up in the Code Completion?
In the very recent update the Code Completion started to suggest the filenames and folder names that aren't even in the project folder.
As you can see, what I want is obviously the `im_path` but somehow this new thing just keep suggesting something else and now it's faster for me to just type everything on my own!!
It's one thing to suggest something in project folder but everything importable is just ridiculous.
I'm aware of the missing underscore but that's how I previously use the Code Completion.
Is there's any way to fix this other than roll back and never update again?
Please sign in to leave a comment.
Hello,
Please try **File | Invalidate Caches/Restart** from the main menu, if it does not help, please provide me with the script output:
Around 2 minutes before it finished indexing this seems to work.
So the problem is the `SDK indexing`.
Antonina Belianskaya Any update?
Sorry for the late reply.
Those are methods and modules of the installed packages in your conva environment, the list is available in the interpreter settings https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html#interpreter-settings .
For example flake8_import_order comes from
flake8-import-order 0.18.1 package.
You can uninstall unnecessary packages, or create a new isolated conda environment which will not have all this packages installed.
Should you have any questions please let me know.