Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MultiCopynator: copy files as bundleNew to Visual Studio Code? Get it now.
MultiCopynator: copy files as bundle

MultiCopynator: copy files as bundle

Preview

Jan Pereira

|
1 install
| (0) | Free
VS Code extension to copy multiple files and folders as a single text block, including their paths and contents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MultiCopyneitor

VS Code Marketplace Installs Rating

  • Selecciona varios archivos y/o carpetas en el Explorador.

  • Click derecho → “Copiar selección como bloque”.

  • Se copia al portapapeles con el formato:

    ruta/archivo.ext
    ```<lang>
    contenido
    ```
    
  • Respeta multicopyneitor.maxBytes. Omite binarios. Puede truncar el último archivo.

Instalación local

npm i
npm run build
npx vsce package   # genera .vsix
# En VS Code: Extensiones → “Install from VSIX…”

Ajustes recomendados en settings.json

{
  "multicopy.maxBytes": 400000,
  "multicopy.includeHeaders": true,
  "multicopy.separator": "\n\n",
  "multicopy.ignoreGlobs": ["**/dist/**", "**/*.lock"]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft