Bind Method Call Arguments by Position
You can easily convert the argument bindings of a method call from named to positional.
Place the cursor on a method call and press Ctrl+1, select Bind method call arguments by position from the list of quick assist proposals and press Enter.
The argument bindings of the method call are converted to positional.
Tip
You can also Right+Click in the editor and go to Refactor > Bind Method Call Arguments by Position.