Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Clip VaultNew to Visual Studio Code? Get it now.
Clip Vault

Clip Vault

Mohan Rajoria

|
3 installs
| (0) | Free
Clipboard history manager for VS Code and Cursor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🔐 ClipVault

A clipboard history manager for VS Code and Cursor.

Features

  • Auto-capture — Automatically stores copied text
  • Persistent storage — History persists across sessions
  • Search — Filter through clipboard history
  • Pin items — Keep important snippets at the top
  • Live preview — Side panel shows full content of selected item
  • Theme adaptive — Matches your editor's light/dark theme
  • Quick paste — Press 1-9 to instantly paste items
  • External clipboard sync — Captures text copied outside the editor

Keyboard Shortcuts

Key Action
Cmd+Shift+V Open ClipVault
↑ / ↓ Navigate items (or scroll preview when focused)
← / → Switch between list and preview
Enter Paste selected item
1-9 Quick paste by number
Cmd+C Copy without pasting
Delete Remove item
ESC Close ClipVault

Commands

Command Description
ClipVault: Show Clipboard History Open the ClipVault panel
ClipVault: Clear All History Clear all stored items

Configuration

{
  "clipVault.maxItems": 100,
  "clipVault.pollingInterval": 500,
  "clipVault.maxContentSize": 102400
}
Setting Default Description
clipVault.maxItems 100 Max items to store (10-1000)
clipVault.pollingInterval 500 Clipboard check interval (ms)
clipVault.maxContentSize 102400 Max size per item in bytes (100KB)

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft