DVT SystemVerilog IDE User Guide
Rev. 24.1.5, 13 March 2024

26.4 Bind Method Call Arguments by Name

You can easily convert the argument bindings of a method call from positional to named.

Place the cursor on a method call and press Ctrl+1, select Bind method call arguments by name from the list of quick assist proposals and press Enter.

The argument bindings of the method call are converted to named.

Tip: You can also right-click in the editor and go to Refactor > Bind Method Call Arguments by Name.