Clipboard Manager
Fork of Clipboard Manager, written by Edgar Messias: https://marketplace.visualstudio.com/items?itemName=EdgardMessias.clipboard-manager
Original written by: Edgar Messias https://github.com/edgardmessias
Keep a history of your copied and cut items and re-paste, without override the Ctrl+C
and Ctrl+V
keyboard shortcuts.
This version adds In-Place Cycling. So, instead of needing to go through the Pick and Paste dropdown in the command pallette, the pasted text will cycle in place by clicking Ctrl+Shift+V
(next) or Ctrl+Shift+Alt+V
(previous).
To pick a copied item from a command pallette dropdown instead, click Shift+Alt+Vt+V
Features
- Save history of all copied and cut items
- Can check copied items outside the VSCode (
"clipboard-manager-with-cycling.onlyWindowFocused": false
)
- Paste from history (
Shift+Alt+V
=> cycle in-place OR Ctrl+Alt+V
=> Pick and Paste)
- Preview the paste
- Snippets to paste (Ex.
clip01, clip02, ...
)
- Remove selected item from history
- Clear all history
- Open copy location
- 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-cycling.avoidDuplicates": true,
// Time in milliseconds to check changes in clipboard. Set zero to disable.
"clipboard-manager-with-cycling.checkInterval": 500,
// Maximum clipboard size in bytes.
"clipboard-manager-with-cycling.maxClipboardSize": 1000000,
// Maximum number of clips to save in clipboard
"clipboard-manager-with-cycling.maxClips": 100,
// Move used clip to top in the list
"clipboard-manager-with-cycling.moveToTop": true,
// Get clips only from VSCode
"clipboard-manager-with-cycling.onlyWindowFocused": true,
// View a preview while you are choosing the clip
"clipboard-manager-with-cycling.preview": true,
// Set location to save the clipboard file, set false to disable
"clipboard-manager-with-cycling.saveTo": null,
// Enable completion snippets
"clipboard-manager-with-cycling.snippet.enabled": true,
// Maximum number of clips to suggests in snippets (Zero for all)
"clipboard-manager-with-cycling.snippet.max": 10,
// Default prefix for snippets completion (clip1, clip2, ...)
"clipboard-manager-with-cycling.snippet.prefix": "clip"
}
Examples
Copy to history:

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
|