Back
Source file

Zipper

A lightweight VS Code extension that adds simple ZIP compression, extraction, and preview capabilities directly to the Explorer context menu.

Designed for quick, local archive operations without leaving the editor.


Features

1. Zip Files and Folders

Behavior

Demo

2. Unzip Archives

Behavior example.zipexample/

Demo

3. ZIP Preview

Zipper provides a read-only archive preview inside VS Code, allowing you to browse archive contents without extracting.

Demo

4. Download a Single File or Folder

From the ZIP preview, you can select one file or one folder and extract it locally.

"Download" refers to extracting the selected item to disk.

Demo

5. Download Multiple Files and Folders

You can select multiple files and folders in the preview and extract them together.

Demo

5. Editing archive

You can delete selected files and folders, rename files and folders, create new folders, and upload external files or folders in the editing view before exporting a new archive.

This feature is still under development and is not guaranteed to be stable or fully functional.

No image available.


Capabilities


Selective Extraction


Safety


Usage

  1. Open the Explorer in VS Code
  2. Select files or folders
  3. Right-click and choose:
    • Compress - create a ZIP archive
    • Extract - extract a ZIP file
  4. Open a supported archive file to preview its contents

Progress and results are shown via VS Code notifications.


Current Limitations


License

MIT License © 2025 lyuwenhan