📋 Clipboard Pro for VS Code

Smart Copy, Cut & Delete Handling — Enhance your default VS Code behavior with intelligent feedback, multi-cursor support, and lightning-fast clipboard control.
✨ Features
Clipboard Pro is designed for developers who value confidence and speed. It adds a subtle but powerful layer of interaction to your most frequent actions.
🔔 Instant Notifications (Snackbar)
Confirm your actions without breaking flow.
- Shows a clear “Copied” message when text is copied.
- Shows a “Cut” message when text is cut.
- Shows a “Deleted” message when text is removed (with active selection).
- Helps confirm actions instantly without manual verification.
🚀 Multi-Cursor Support (Pro)
Experience professional-grade editing. Whether you have two cursors or twenty, Clipboard Pro handles them all simultaneously. All copy, cut, and delete actions are multi-cursor aware.
⚡ Fast & Lightweight
Built with performance in mind:
- Zero performance overhead.
- Runs silently in the background.
- Minimal activation impact on VS Code startup.
🎯 Seamless Editor Integration
Works where you work:
- Works directly inside the VS Code editor.
- Automatically detects copy, cut, and delete events.
- No manual commands required for standard workflows.
🧠 Developer-Friendly Experience
- Reduces uncertainty when copying large code blocks.
- Improves workflow confidence during editing.
- Helpful for debugging, coding, and heavy refactoring.
📸 Preview

💡 Use Cases
- Copying code snippets: Ensure that partial selection didn't miss a character.
- Moving blocks of code (cut/paste): Double-check that the cut action was successful before navigating.
- Bulk Deletion: Use multi-cursors to delete multiple sections and get instant confirmation.
- Working with large files: Know exactly when your action has completed.
⚙️ Settings
Customize your experience in the VS Code Settings (Ctrl+,):
| Setting |
Type |
Default |
Description |
clipboardPro.enableNotifications |
boolean |
true |
Show 'Copied', 'Cut' and 'Deleted' snackbar notifications. |
clipboardPro.showOutputLogs |
boolean |
true |
Enable debug logs in the 'Copy Cut Logs' output channel. |
Tip: You can quickly open your settings for manual editing by running "Clipboard Pro: Edit Settings in JSON", reset them with "Clipboard Pro: Reset Extension Settings", or view your activity by running "Clipboard Pro: Open Copy Cut Logs" from the Command Palette (Ctrl+Shift+P).
📦 Installation
- Open VS Code.
- Go to Extensions (
Ctrl+Shift+X).
- Search for "Clipboard Pro".
- Click Install.
🌐 Website
Clipboard Pro Official Website
🧑💻 Author
Aakash Rajbanshi
GitHub | LinkedIn | Portfolio
🛡️ License
This project is licensed under the MIT License - see the LICENSE file for details.