Skip to content

j-a-s-o-n-g/Duplicate-and-Paste-VSCode

Repository files navigation

README

Duplicate & Paste allows you to paste lines from your clipboard into a single line of code to produce x lines of repeated content from the clipboard.

Example Usage

Clipboard Text:

1
2
3

Editor (where | is the caret):

console.log(|);

Running the command will yield the result:

console.log(1);
console.log(2);
console.log(3);

Features

  • Duplicate & Paste from the command palette.

Release Notes

1.0.0

  • Initial creation of the extension.

About

Duplicate and Paste VSCode Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published