Clipboard history in VS Code: paste from history, pin favorites, multi-cursor paste. Never lose a recent copy—paste any previous clip from a single menu.
Quick start: Copy as usual, then press Ctrl+Shift+V (Windows/Linux) or Cmd+Shift+V (macOS) to open the history and paste any item.
flowchart LR
CopyCut[Copy/Cut] --> History[History]
History --> QuickPick[Quick Pick]
QuickPick --> Paste[Paste]
Features
Feature
Description
Automatic capture
Copy (Ctrl/Cmd+C) and Cut (Ctrl/Cmd+X) add the current clipboard to history after the built-in action runs.
Paste from history
Open a Quick Pick (Ctrl+Shift+V / Cmd+Shift+V) and choose any previous item to paste at all cursors.
Multi-cursor paste
The selected history item is pasted at every selection.
Deduplication
Modes off, moveToTop, or ignoreDuplicates (see settings).
Pinned items
Pin items so they stay at the top and are not evicted when the history size limit is reached. Pin or unpin from the history menu.
Toggle capture
Turn capture on/off without changing keybindings.
Paste previous/next
Cycle through history without opening the Quick Pick (Ctrl+Shift+Alt+Up / Down).