I often times have multiple instances of visual studio open.
And will often copy a selection in one instance, only to go and paste in another instance.
What I'm hoping for, is for VA to add the contents of the clipboard to the Paste Menu, when you do a paste, if the value doesn't already exist in the paste menu.
Example -
1 - Copy Text "myRandomText();" from Visual Studio Instance 1.
2 - Paste Text "myRandomText();" from Instance 1 into Visual Studio Instance 2.
3 - Do Some Work
4 - Copy Something
5 - Looking for "myRandomText();" in Paste Menu
6 - Become frustrated because I forgot I copied the text from the other Instance so it's not in the paste menu.
7 - Go back to the other instance and recopy the text.
If after 2, that text got added into the paste menu for Instance 2, I would be very happy!