Python Auto Import READMEAuto-import suggestions for modules already imported in Visual Studio Code. NOTE: They have added back this feature to one of latests version of Pylance, so you can uninstall this extension if you are using Pylance. DisclaimerThis feature used to be part of VS Code-Pylance but currently does not work anymore. And while waiting for some updates to fix it/bring it back, I made my extension as a quick workaround. So, this is to let you know that this extension is just a "quick hack" and might not cover every case. UsageTo use the extension, you need to set the python interpreter path to one that has access to the third-party libraries you intend to use in your workspace. You can set the path in two ways
Then after you write a NOTE
Differences from PylanceThe extension offers import suggestions only after a Also, the suggestion hints are displayed slightly differently.
Notes
|