Skip to content

An extension for multiple clipboard management. It allows you to copy and paste up to three different texts without moving more than necessary in your working document.

License

Notifications You must be signed in to change notification settings

dlaw4g/Multiple-copy-paste-vscode-extention

Repository files navigation

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

About

An extension for multiple clipboard management. It allows you to copy and paste up to three different texts without moving more than necessary in your working document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published