Update Extern Prototype/Implementation

An error is triggered when the implementation of an extern method doesn’t match its prototype.

../../_images/sv_quick_fix_extern_update_to_match_list.png

Place the editor cursor on the error’s line and press Ctrl+1, select Update implementation to match extern prototype or Update extern prototype to match implementation from the list of quick fix proposals and press Enter.

The method signature (return type, argument names and types) is updated accordingly to match the prototype:

../../_images/sv_quick_fix_extern_update_to_match_after.png