We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The create method quick fix should insert a multi-line closure. It currently inserts something like:
(...) { ^ }
Where ^ is the cursor position after the insertion. We may instead want to do something like:
^