A simple VS Code extension that lets you click a status‐bar button to copy all open tabs into your clipboard, each preceded by a relative‐path header.
- Status‐bar button with a clipboard icon
- Computes path relative to first workspace folder (or filename if no workspace)
- Concatenates all open editors in left‐to‐right order
- Copies to system clipboard
None beyond a workspace with open editors
This extension contributes no settings.
- Only uses the first workspace folder for relative paths.
- Does not include unsaved files with no path.
- Initial release
This repository is part of Jaron Rosenau's implementation, developer-support, and integration engineering portfolio. The public case study summarizes the problem, delivery scope, architecture, and operational result.
- Case study: copy-open-tabs implementation case study
- Full portfolio: Jaron Rosenau
- Summary: Browser workflow utility for capturing and sharing open-tab context from VS Code.
