Quick fix support for installing missing pip libraries #16138
Replies: 2 comments 3 replies
|
This is actually surprisingly tricky as a general feature as Python doesn't have an equivalent Now if you're asking we try to install any packages that someone listed in their project, that still is a bit of work as that's a per-tool thing, whether we support editable installs, UX for installing extras (which is a specific concept in Python packaging), etc. Not saying it isn't a good idea, but I did want to explain that the scope of this is way bigger than what TS gets away with. 😉 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Similar to TS support in VSCode, It would be great to have buttons and a UI to click to install missing pip libraries.
Like this:

All reactions