VS Code
Clipster
VS Code extension to copy file paths, folder structures, and contents from the file explorer. Share with AI agents or real humans.
Implementation
// Clipster - VS Code Extension
// Available on the VS Code Marketplace
// Right-click any file or folder in the explorer to:
// 1. Copy the file path
// 2. Copy the folder structure as a tree
// 3. Copy file contents with path headers
// Example output when copying a folder structure:
// src/
// components/
// Button.tsx
// Card.tsx
// utils/
// helpers.ts
// index.ts
// Perfect for sharing project context with AI agents
// or pasting into documentation and chat messages.Usage
Install from VS Code Marketplace, then right-click files/folders in the explorer panel.
Examples
Input:
Output:
Right-click folder → Copy StructureOutput:
Tree view of folder contents copied to clipboardInput:
Output:
Right-click file → Copy ContentsOutput:
File path + contents copied to clipboard