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

26.13 Join Extern and Implementation

You can easily merge the 'extern' prototype of a method with its out-of-block implementation.

Place the editor cursor either on the method's prototype or on the implementation and press Ctrl+1, select Join extern ... prototype and implementation from the list of quick assist proposals and press Enter.

The implementation is joined with the prototype:

Tip: You can change the method signature by editing the Method_Code_Templates

Tip: You can also right-click in the editor and go to Refactor > Join extern and implementation.