Is there any feature similar to the one found in Visual Studio for pasting from the clipboard history?
Its a nice feature that increases productivity in some circumstances.
For example, if I use ctrl + c many times for several texts, then I can use a shortcut to paste all these texts.
In Visual Studio, we can use ctrl + shift + v.
Instead of paste the code with the key combination Ctrl+V, paste them using Ctrl+Shift+V. A dropdown appears close to the cursor with the list of your clipboard history from Visual Studio. Now you can click directly to an item or you can use the number of the line that you want to paste. That's all!
“duplicate a line multiple times in vscode” Code Answer's On Windows: Shift + Alt + Up/Down. On Mac: Shift + Option + Up/Down. On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Copy and paste multiple items using the Office ClipboardSelect 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.
The best plugin I found: Multiple clipboards for VSCode.
https://marketplace.visualstudio.com/items?itemName=slevesque.vscode-multiclip
It looks better than the usual ctrl+shift+v I was looking for.
In addition to ctrl+shift+v you can use ctrl+shift+c to Merge-Copy.
And ctrl+shift+x to Merge-Cut.
Select clipboard to paste (ctrl+alt+v).
Paste and cycle through clipboard items (ctrl+shift+v).
I found this one, it's really simplistic. One clipboard history, no configuration, ctrl+shift+v shows the dropdown from which you can pick your paste.
https://marketplace.visualstudio.com/items?itemName=Anjali.clipboard-history
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With