Accumulate multiple code snippets and files into a single clipboard buffer for easy pasting.
- Open Extensions (
⌘⇧X/Ctrl+Shift+X) - Search "Clipboard Stacker" and install
- Reload VSCode
Beta: To get pre-release updates, click the gear icon → Switch to Pre-Release Version
| Command | macOS | Windows/Linux |
|---|---|---|
| Add Selection to Buffer | Cmd+Ctrl+C | Ctrl+Alt+C |
| Add File(s) to Buffer | Cmd+M | Ctrl+M |
| Clear Clipboard Buffer | Cmd+Ctrl+Backspace | Ctrl+Shift+Backspace |
Use the Command Palette (⌘⇧P / Ctrl+Shift+P) or the 🪣 status bar icon for quick actions.
- VSCode 1.98.0+
- No settings to customize copy behavior
- Status bar menu now allows deleting individual snippets directly
- Status bar menu now allows re-copying the current buffer contents
- Improved quick access to buffer management from the status bar
- Initial pre-release with core functionality:
- Code snippet accumulation with context
- Multi-file selection
- Status bar integration