Introduction:
In this blog you will learn about new copy/paste feature in Visual studio 2019.
Tooling:
Visual Studio 2019
Copy/Paste Multiple Items:
I opened one of the ASP.NET MVC Project in Visual studio 2019.
I Copied “Welcome” and “to my blog” text individually using ctrl+c and try to paste it in
another list of string.
Now the trick is I used ctrl+shift+v for paste, so you will get list of items which is copied,
so from the list you can choose the item to paste.

From the above figure you can notice the list of copied items while you using ctrl+shift+v for pasting
Summary:
We have seen how to use the new copy/paste feature in visual studio 2019 which is really good to improve the productivity.