Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MageWriteNew to Visual Studio Code? Get it now.
MageWrite

MageWrite

X-com

|
2 installs
| (0) | Free
Copy vendor files to app/code for Magento 2 module overrides
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MageWrite

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

  1. Open a Magento 2 project in VS Code
  2. In the file explorer, right-click a file inside vendor/
  3. Select "Copy to app/code (Magento Override)"
  4. 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/...)

Settings

Setting Description Default
magewrite.vendor Theme vendor name vendor
magewrite.theme Theme name default
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft