I would love to have a context menu entry where I can right click on a twig file and can select "Extend in theme". Then it's automatically copied to that theme with the correct folder structure and already contains the correct sw_extends line {% sw_extends '@Storefront/storefront/<...>.html.twig' %}.
This should also work when extending from another theme like {% sw_extends '@SwagExampleTheme/storefront/<...>.html.twig' %}
I would love to have a context menu entry where I can right click on a twig file and can select "Extend in theme". Then it's automatically copied to that theme with the correct folder structure and already contains the correct sw_extends line
{% sw_extends '@Storefront/storefront/<...>.html.twig' %}
.This should also work when extending from another theme like
{% sw_extends '@SwagExampleTheme/storefront/<...>.html.twig' %}