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

Duplicate & Paste

JasonGmitter

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

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 menu.

Release Notes

1.0.0

  • Initial creation of the extension.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft