For admin components registered synchronously, it is possible to extend components methods using context menu.
But for components registered async, context menu does not provide override suggestion.
It would be nice to have this feature if possible.
eg:
Context menu does not show extend/override on sw-customer-list
Shopware.Component.register('sw-customer-list', () => import('./page/sw-customer-list'));

In old version of Shopware : We can get context menu to override the component
Component.register('sw-customer-list', {
template,
....
}
