Ctrl + C can only store a single selected text in clipboard. I need to Copy Multiple Texts from different places and paste them to another Places. Is there any Tool(Add-in) for Visual Studio(2010) to handle that?
Actually Visual Studio has a feature called the clipboard ring. Basically, whenever you copy text to the clipboard in Visual Studio, the previously copied text is kept in a history buffer. You can press CTRL+V to paste the text you just copied, or press CTRL+SHIFT+V to cycle through the items you have copied.
So while you can't paste all of the items on the clipboard ring at once, you can copy multiple chunks of text to the clipboard and then paste them one after another.
Tips and Tricks: Clipboard Ring and Toolbox Snippets
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