Autocomplete for method overwrites could add missing imports #2590
cdce8p
started this conversation in
Enhancement
Replies: 1 comment
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment data
Expected behaviour
It would be helpful if pylance could automatically add missing imports for parameter type hints when using autocomplete for an overwritten function. In some cases it can be quite tedious to go back and add them manually.
Actual behaviour
Only the function parameter and their type hints are added.
Logs
--
Code Snippet / Additional information
Beta Was this translation helpful? Give feedback.
All reactions