Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Clipboard Manager ProNew to Visual Studio Code? Get it now.
Clipboard Manager Pro

Clipboard Manager Pro

Putra Adi Jaya

|
12 installs
| (0) | Free
Your intelligent clipboard companion - Never lose a snippet again with smart history, instant search, and seamless sync
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

📋 New Clipboard Manager Pro

Your intelligent clipboard companion - Never lose a snippet again with smart history, instant search, and seamless sync

VS Code Version Version License Downloads


🚀 The Ultimate Clipboard Experience for VS Code

Clipboard Manager Pro isn't just a history tool—it's a productivity powerhouse designed to feel like a native part of VS Code. Version 3.1 brings a stunning visual overhaul with Aurora-inspired aesthetics, professional animations, and native VS Code icons.

✨ Why You'll Love It

  • 🎨 Native Look & Feel - Now using official VS Code Codicons for a seamless, integrated experience.
  • ⚡ Zero-Latency Performance - Optimized specifically for handling thousands of items without slowing down your editor.
  • 🧠 Intelligent Context - Automatically detects languages, secrets, and formats for every snippet.
  • 🔒 Privacy First - Built-in security scanner prevents accidental pasting of secrets like API keys.

📸 Visual Tour

Clipboard Manager Pro Preview

Beautiful & Compact Sidebar

The redesigned sidebar features a glassmorphism header, smooth animations, and a compact layout that respects your screen real estate.

🎯 Key Features at a Glance

Feature Description
Smart History Unlimited history with configurable limits (up to 10,000 items)
Instant Search Fuzzy search finds what you need even with typos
Language Icons Visual indicators for JS, Python, HTML, CSS, and 20+ others
Secret Masking Auto-hides sensitive data like passwords and tokens
Cloud Ready Export/Import your history to JSON for backup
Editor Sync Syncs across all your VS Code windows instantly


🚀 Quick Start

Installation

  1. Open VS Code
  2. Press Ctrl+P (or Cmd+P on Mac)
  3. Type ext install PutraAdiJaya.clipboard-manager-pro
  4. Press Enter

Basic Usage

  1. Copy text as usual (Ctrl+C)
  2. View history with Ctrl+Shift+V
  3. Select item to paste
  4. Pin important items for quick access

👁️ Clipboard Monitoring

You can now toggle clipboard monitoring directly from the Status Bar:

  • $(eye) Clipboard: Monitoring is ON. Click to disable.
  • $(eye-closed) Clipboard: Monitoring is OFF. Click to enable.

This is useful when you want to temporarily stop saving copied items to history (e.g., when handling sensitive passwords).


⌨️ Keyboard Shortcuts

Shortcut Action Description
Ctrl+Shift+V Show History Open clipboard history quick pick
Ctrl+Alt+V Show Sidebar Open clipboard sidebar panel
Ctrl+Shift+F Search Items Search clipboard with filters
Ctrl+Shift+Delete Clear History Clear clipboard history (keeps pinned)

macOS: Use Cmd instead of Ctrl


🎛️ Configuration

Settings

{
  // Maximum clipboard items (1-10000)
  "clipboardManagerPro.maxHistorySize": 100,
  
  // Storage: "workspace" or "global"
  "clipboardManagerPro.storageLocation": "workspace",
  
  // Auto-detect programming language
  "clipboardManagerPro.autoDetectLanguage": true,
  
  // Show content preview
  "clipboardManagerPro.showPreview": true
}

Storage Locations

Workspace Storage (Recommended)

  • Location: .putra/clipboard-pro-putra.json
  • Scope: Per-workspace clipboard history
  • Sync: Automatic across VS Code instances
  • Best for: Project-specific snippets

Global Storage

  • Location: VS Code's global storage
  • Scope: Shared across all workspaces
  • Best for: General-purpose items

🔍 Advanced Features

Smart Search

// Search with multiple criteria
- Query: "api"
- Language: "javascript"
- Date Range: Last 7 days
- Content Type: Code

Pinning System

  • Pin up to 20 items
  • Preserved when clearing history
  • Organized in separate section
  • Quick access with inline buttons

Export & Import

# Export your clipboard data
Command Palette → "Clipboard Manager Pro: Export Data"

# Import from backup
Command Palette → "Clipboard Manager Pro: Import Data"

🔒 Security & Privacy

Automatic Detection

  • 🔴 High Risk: API keys, passwords, private keys, JWT tokens
  • 🟡 Medium Risk: Database connection strings
  • 🟢 Low Risk: Email addresses, IP addresses

Security Actions

  1. Warning Dialog - Alerts you when sensitive data is detected
  2. Redaction Option - Automatically mask sensitive content
  3. Blur Effect - Click to reveal masked content
  4. Secure Storage - Atomic file writes with validation

🎭 Compatibility

Supported Editors

Editor Version Status
VS Code 1.100+ ✅ Full Support
Cursor Latest ✅ Full Support
Windsurf Latest ✅ Full Support
Kiro Latest ✅ Full Support
Qoder Latest ✅ Full Support
Theia 1.40+ ⚠️ Partial Support

Platforms

✅ Windows | ✅ macOS | ✅ Linux


📊 Performance Benchmarks

Operation Items Time Status
Add Item 1 < 10ms ✅
Search 1000 < 50ms ✅
Filter 1000 < 30ms ✅
Pin/Unpin 1 < 20ms ✅
Load History 1000 < 100ms ✅
Save History 1000 < 200ms ✅

🎯 Use Cases

For Developers

  • Save code snippets and patterns
  • Keep API responses for debugging
  • Store configuration templates
  • Collect code examples for documentation

For Writers

  • Collect research quotes
  • Store document templates
  • Keep formatting codes
  • Manage multilingual content

For DevOps

  • Store CLI commands
  • Keep deployment configs
  • Manage automation scripts
  • Quick access to credentials (with caution)

🐛 Troubleshooting

Common Issues

Clipboard not saving?

  • Check workspace folder is open
  • Verify .putra folder permissions
  • Try switching to global storage

Cross-instance sync not working?

  • Ensure using workspace storage
  • Verify both instances use same workspace
  • Restart VS Code instances

High memory usage?

  • Reduce maxHistorySize setting
  • Clear old clipboard items
  • Check for very large items

Migration from v2.x

# Your data is automatically compatible!
# No migration needed - just update and enjoy

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Development Setup

git clone https://github.com/PutraAdiJaya/clipboard-manager-pro.git
cd clipboard-manager-pro
npm install
npm run compile
npm test

📝 What's New in 3.0

🎨 Visual Overhaul

  • Aurora-inspired gradient backgrounds
  • Professional glow and shadow effects
  • Smooth 60fps animations
  • Glassmorphism design elements

⚡ Performance Boost

  • 50% faster rendering with lazy loading
  • Optimized search indexing
  • Reduced memory footprint
  • Smoother scrolling with virtual lists

🧠 Smarter Features

  • Enhanced duplicate detection
  • Improved language detection
  • Better sensitive data scanning
  • Intelligent content preview

🎯 UX Improvements

  • Newest item highlighting
  • Collapsible sections
  • Inline action buttons
  • Better visual feedback

📄 License

MIT License - see LICENSE file for details


🙏 Acknowledgments

  • VS Code Team - For the excellent extension API
  • Fuse.js - For fuzzy search functionality
  • Community - For feedback and contributions

🔗 Links

  • 🏠 Homepage
  • 📦 VS Code Marketplace
  • 🐛 Issue Tracker
  • 💬 Discussions

Made with ❤️ by Putra Adi Jaya

Your intelligent clipboard companion for VS Code

⭐ Star us on GitHub if this makes your workflow better!

⬇️ Install Now | 📖 Documentation | 💬 Get Support

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