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.
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:
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.
Initial release of multiple copy paste
Fixed issue #.
This is for dual copy and paste example Example 1
This is for up to three texts copy and paste example Example 2