[Refactoring] Add ability (in context menu) to automatically define a function from line which calls undefined function #2598
mystiquewolf
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
-
When Pylance says that a function is undefined (when having written a line that calls that undefined function), add ability to select a refactoring method which will automatically create a function with signature/parameters based on the calling line.
So that it doesn't say "No quick fixes available"
Beta Was this translation helpful? Give feedback.
All reactions