Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copy Copy PasteNew to Visual Studio Code? Get it now.
Copy Copy Paste

Copy Copy Paste

Preview

RockingSkier

|
18,580 installs
| (8) | Free
A searchable, pastable history of your clipboard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copy Copy Paste README

Logo

Stores a history of your clipboard and make it available in a searchable quick menu.

Features

  • Paste previously copied text
  • Search copied content
  • Multi cursor copying
  • Multi cursor pasting
  • Core copy and paste work as normal

Key bindings

  • ctrl+c / cmd+c: Copy
  • ctrl+x / cmd+x: Cut
  • shift+ctrl+v / shift+cmd+v: Display clipboard history

Commands

  • copy-copy-paste.copy: Copy the selected text
  • copy-copy-paste.cut: Cut the selected text
  • copy-copy-paste.history: Display clipboard history
  • copy-copy-paste.clear: Clear the clipboard history

Settings

  • Maximum number of items saved in history
`copy-copy-paste.size`: 25
  • When you paste a block from the clipboard history, move it to top of the history
`copy-copy-paste.movePastedBlockToTop`: true
  • When you paste a block from the clipboard history, copy it back to the clipboard
`copy-copy-paste.copyPastedBlockToClipboard`: true
  • Persist your copy history between sessions.
`copy-copy-paste.persistHistory`: false

TODO

  • [ ] Tests
  • [ ] Minimum copy size
  • [ ] Maximum copy size
  • [ ] Improve UI
  • [ ] README images

Release Notes

See CHANGELOG.md

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