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.