Is there a function in X++ editor that lets you auto-extract an interface after implementation?
Likewise there is such a function in Visual Studio that is auto-extracting an implemented interface by providing method stubs for all the methods needed for implementing the interface.
No, there is no such feature.
But you can write one. See sample code below. And add
Action menu itemto\Menus\SysContextMenu.Alternatively you can add method to
\Classes\EditorScripts