A VS Code extension that simplifies creating Magento 2 theme overrides. Right-click any file inside a vendor/ directory and copy it to the correct theme override path — no manual path wrangling needed.
Usage
Open a Magento 2 project in VS Code
In the file explorer, right-click a file inside vendor/
Select "Copy to app/code (Magento Override)"
The file is copied to app/design/frontend/{vendor}/{theme}/{Module}/... and opened in the editor
On first use you'll be prompted for your theme vendor and theme name. These are saved to workspace settings and can be changed in the settings UI under MageWrite.
Supported structures
Module packages — files inside vendor packages that register with ComponentRegistrar::MODULE (e.g. vendor/magento/module-catalog/...)
Theme packages — files inside vendor packages that register with ComponentRegistrar::THEME (e.g. vendor/hyva-themes/magento2-default-theme/Magento_Catalog/...)