ClipboardHistory is an extension that enables clipboard history in Visual Studio. It keeps track of all changes to the clipboard in a configurable list using a Tool Window. You can then navigate the list to retrieve the desired clipboard data.
I developed this extension for my own needs, feel free to contribute if you can improve it. Visit the project's Github page for more details.
Features
Double-Click on an item in the History List to put it back into the Clipboard. (v1.1+)
Never lose code in the clipboard again!
Simple Tool Window with a configurable Clipboard History List.
Configurable clipboard events detection. (Global / Visual Studio instance).
Duplicate entries prevention for the History List.
Adaptable color scheme to fit with the selected theme in Visual Studio.
Configurable ToolTip allows you to peek at the full clipboard item text.
New in 2.0
Visual Studio 2015 Support.
Improved installation process.
You can now remove items from the History list with the Delete key or Button.
Added option to Display time stamps or not.
Bug fixes.
Getting Started
Download the VSIX file.
Install the extension using the vsix package and then Restart Visual Studio.