When we import a module that isn't currently installed on the Python used on the current environment, PyCharm suggest us to 'install missing module', if you click install, it'll install it automatically...
Is there any plugin for vscode that does that or something like that?
I want to import emoji
for example, and like pycharm does, suggest me to install the missing module, so I won't have to do manually a pip install
Is there a plugin that does this for vscode? Thank you
I think that your request is already ongoing on vscode-python
extension:
https://github.com/microsoft/vscode-python/issues/8062
I suggest to follow this issue to see when it's ready for production.