Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>multiple copy paste extensionNew to Visual Studio Code? Get it now.
multiple copy paste extension

multiple copy paste extension

Ojojas

|
32 installs
| (0) | Free
An extension for multiple clipboard management
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

multiple-copy-paste README

This is the README for "multiple-copy-paste" extension. It is a basic extention of the functionality of copy and paste in vscode. While you can easily copy one slot to cliboard at a time, this extention enables you to be able to copy to two or three cliboards at a time and also paste them sapareately at your prefered destination within vscode.

Demostration is given in the short video below.

Features

Commands used.

"key": "ctrl+shift+c", "title": "Copy Text 1",

"key": "ctrl+alt+c", "title": "Copy Text 2",

"key": "ctrl+d+ctrl+c", "title": "Copy Text 3",

//////////////////To Paste// ///////

"key": "ctrl+shift+v", "title": "Paste Text 1"

"key": "ctrl+alt+v", "title": "Paste Text 2"

"key": "ctrl+d+ctrl+v", "title": "Paste Text 3"

If they are not authomatically set on vscode, you can do so when the extention is active and manually add them via ctrl+shift+p and set them.

For example if there is an image subfolder under your extension project workspace:

Requirements

This was only tested on Ubuntu 22.04.4 LTS

Other Os were not tested with it. Not sure how it would behave with others.

Extension Settings

Known Issues

Release Notes

1.0.0

Initial release of multiple copy paste

1.0.1

Fixed issue #.

1.1.0


Examples Link

This is for dual copy and paste example Example 1

This is for up to three texts copy and paste example Example 2

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