Relative Content

Tag Archive for visual-studio-codevscode-python

How to disable hints from unused imports in vscode python

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?