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. 😉 |
Beta Was this translation helpful? Give feedback.
-
Moved to #17230 |
Beta Was this translation helpful? Give feedback.
-
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:

Beta Was this translation helpful? Give feedback.
All reactions