For example:
def f(foo, bar):
return foo + bar
answer = f(3,4)
What I'm looking for is some way to highlight the function call in pydev and have it automatically refactored so that it reads:
answer = f(foo=3, bar=4)
That's not currently possible. Please enter that as a feature request in the PyDev sf tracker. See: http://pydev.org/about.html for links.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With