Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Clipboard Manager ItzNew to Visual Studio Code? Get it now.
Clipboard Manager Itz

Clipboard Manager Itz

itzandroidtab

|
90 installs
| (0) | Free
Clipboard Manager Itz fork from Clipboard Manager
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clipboard Manager

Keep a history of your copied and cut items and re-paste, without override the Ctrl+C and Ctrl+V keyboard shortcuts.

To pick a copied item, only run Ctrl+Shift+V

Features

  1. Save history of all copied and cut items
  2. Can check copied items outside the VSCode ("clipboard-manager.onlyWindowFocused": false)
  3. Paste from history (Ctrl+Shift+V => Pick and Paste)
  4. Preview the paste
  5. Snippets to paste (Ex. clip01, clip02, ...)
  6. Remove selected item from history
  7. Clear all history
  8. Open copy location
  9. Double click in history view to paste

Extension Settings

This extension contributes the following settings (default values):

{
  // Avoid duplicate clips in the list
  "clipboard-manager.avoidDuplicates": true,

  // Time in milliseconds to check changes in clipboard. Set zero to disable.
  "clipboard-manager.checkInterval": 500,

  // Maximum clipboard size in bytes.
  "clipboard-manager.maxClipboardSize": 1000000,

  // Maximum number of clips to save in clipboard
  "clipboard-manager.maxClips": 100,

  // Move used clip to top in the list
  "clipboard-manager.moveToTop": true,

  // Get clips only from VSCode
  "clipboard-manager.onlyWindowFocused": true,

  // View a preview while you are choosing the clip
  "clipboard-manager.preview": true,

  // Set location to save the clipboard file, set false to disable
  "clipboard-manager.saveTo": null,

  // Enable completion snippets
  "clipboard-manager.snippet.enabled": true,

  // Maximum number of clips to suggests in snippets (Zero for all)
  "clipboard-manager.snippet.max": 10,

  // Default prefix for snippets completion (clip1, clip2, ...)
  "clipboard-manager.snippet.prefix": "clip"
}

Examples

Copy to history: Clipboard Manager - Copy

Pick and Paste: Clipboard Manager - Pick and Paste

Donation

  • Donation is as per your goodwill to support my development.
  • If you are interested in my future developments, i would really appreciate a small donation to support this project.
PayPal

Pix (Brazil)

28571c52-8b9b-416c-a18f-8e5246060881
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft