Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Multiple Copy Paste 2New to Visual Studio Code? Get it now.
Multiple Copy Paste 2

Multiple Copy Paste 2

Hossein Mehrandish

|
356 installs
| (1) | Free
Enable User to Copy Paste Multiple Lines. User can Copy Paste 10 Values Simultaneously.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

multiplecopypaste2 README

This Extension is the version 2 of multiplecopypaste and solve the problem on multiple pasting.

The extension enables user to Copy Multiple values and those values can be pasteds accross the Visual Studio Code.

The Application will allow user to simultaneously copy 10 values and retain them in the memory and paste those 10 values on the editor. So it extends the features of "Ctrl + c" and "Ctrl + v" to next level so that 10 more values can be copy pasted.

In order to copy, select the test to be copied using "Ctrl + 0", "ctrl + 1" .... "ctrl + 9". Similarly the value copied on "ctrl + 1" can be pasted back to editor using "Alt + 1" and so on.

** For Mac: Use "Control" in place of "Ctrl" and "Option" in place of "Alt"

Features

Following are the features for the Extension:

  1. Copy Multiple Values from the Visual Studio Editor
  2. Selected Editor Text can be copied using "Ctrl + 0", "Ctrl + 1" ... "Ctrl + 9" (For Windows)

** For Mac, press "Control + 0", "Control + 1" ... "Control + 9"

  1. Each value is copied at its respective index
  2. Paste value at the selected index to the current Editor Curson Location
    • If the desired location that you want to paste the value has no selection, the value will be inserted .
    • If the location is a range, the the value will be replaced .
  3. Value can be pasted using "Alt + 0", "Alt + 1" ... "Alt + 9" (For Windows)

** For Mac, press "Option + 0", "Option + 1" ... "Option + 9"

Bored With the Conventional Options of Copy Paste

Getting Started

Lets Enable Extension to Copy Multiple Values using "Ctrl + 0"

Getting Started

Copy another Value at Location 1 using "Ctrl + 1"

Getting Started

We can Copy upto 10 Values

Getting Started

Paste The Value using "Alt + 0" ... "Alt + 9"

Getting Started

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Requirements

We do not have any external Dependency for the Extension.

Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+\ on macOS or alt+\ on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

Enjoy!

Creating Extension

  • Create application using: "yo code"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft