Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio multiple copy and paste

While editing and fixing up code I have thought that sometimes it would be nice to be able to paste more than one thing at a time. For instance I was fixing up some WCF Rest code and I wanted to paste "Xml" sometimes and "Json" other times. These are easy to type, but a keyboard shortcut is much easier

Thus, is it possible to have multiple different items in the copy memory and then to paste them individually?

like image 394
Telavian Avatar asked Mar 04 '11 21:03

Telavian


People also ask

How do I paste multiple times code in Visual Studio?

“duplicate a line multiple times in vscode” Code Answer'sOn Mac: Shift + Option + Up/Down. On Ubuntu: Ctrl + Shift + Alt + Up/Down.

Can you copy and paste multiple things at once?

Copy and paste multiple items using the Office Clipboard Select the first item that you want to copy, and press CTRL+C. Continue copying items from the same or other files until you have collected all of the items that you want. The Office Clipboard can hold up to 24 items.

How do I enable multi copy and paste?

Go to Settings > System > Clipboard. Make sure the options for Clipboard history and Sync across devices are both turned on. Go to a blank document or file and press Win key+V. You should see the same entries that you copied on the other computer.


1 Answers

Use CTRL-Shift-V multiple times (until you have the text you want)

like image 141
Noffls Avatar answered Oct 05 '22 16:10

Noffls