Wrap all arguments if multiline?
Basically, is it possible to achieve this:
but with Python?
What i get:

What I'd like to get:

Please sign in to leave a comment.
Basically, is it possible to achieve this:
but with Python?
What i get:

What I'd like to get:

Please sign in to leave a comment.
Hi,
If you mean converting single-line function parameters to multi-line, there's no such feature in PyCharm, unfortunately.
Might be worthy of a feature request.