I get autocomplete hints when I write code, which is good, but I don’t understand why I would need a bunch of hints for libraries that I don’t even import in a given file. Is there a way to remove all these extra hints, leaving only file imports?
It looks like this. The source module is shown on the right
(look).
When I use the hint, the import is not added. The hints do not come from anywhere, I did not use all this in other parts of the program. Everything is just listed there.
I tried to disable extensions with python and search in settings for auto-imports, code completion and hints, but it led to nothing or to the full disappearance of hints.
kos1posha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.