Python Auto Import Extension for VSCode

Is there any code in Visual Studio for automatically expanding a Python import / plugin?

By automatic import, I mean automatic import of python modules. Eclipse and Intellij have this feature with Java.

+15
source share
3 answers

No, but soon it will become part of vscode-python: https://github.com/Microsoft/vscode-python/pull/636

EDIT: see @Eric's answer who created such an extension.

+9
source

, Python. , , , , . Python .

+4

All Articles