Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Clipboard Manager (with In-Place Cycling)New to Visual Studio Code? Get it now.
Clipboard Manager (with In-Place Cycling)

Clipboard Manager (with In-Place Cycling)

Sammy

|
2 installs
| (0) | Free
Clipboard Manager extension with the ability to cycle through the clipboard history.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clipboard Manager (with Cycling)

This extension is a fork of the original Clipboard Manager extension created by Edgar Messias (@edgardmessias). All credit for the original clipboard management functionality goes to Edgar. This fork adds in-place cycling capabilities and is maintained separately.


Original Author

Author Edgar Messias
Original Extension Clipboard Manager on VS Code Marketplace
Original Repository github.com/edgardmessias/vscode.clipboard-manager
License MIT (see LICENSE)

Overview

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

What this fork adds

In-Place Cycling — instead of needing to open the Pick and Paste dropdown in the command palette, the pasted text will cycle in place by pressing Ctrl+Shift+V (next) or Ctrl+Shift+Alt+V (previous).

To pick a copied item from a command palette dropdown instead, press Shift+Alt+V

Features

  1. Save history of all copied and cut items
  2. Can check copied items outside the VSCode ("clipboard-manager-with-in-place-cycling.onlyWindowFocused": false)
  3. Paste from history (Shift+Alt+V => cycle in-place OR Ctrl+Alt+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-with-in-place-cycling.avoidDuplicates": true,

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

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

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

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

  // Get clips only from VSCode
  "clipboard-manager-with-in-place-cycling.onlyWindowFocused": true,

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

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

  // Enable completion snippets
  "clipboard-manager-with-in-place-cycling.snippet.enabled": true,

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

  // Default prefix for snippets completion (clip1, clip2, ...)
  "clipboard-manager-with-in-place-cycling.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 Edgar's development.
  • If you are interested in Edgar's future developments, he 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
© 2026 Microsoft