Reputation: 63816
Does VS2008 support a better clipboard with multiple items?
Upvotes: 5
Views: 787
Reputation: 1166
The one feature I know that Visual Studio 2008 (Maybe 2005 but i can't remeber) has is the ability to cycle through the clipboard using Ctrl + Shift + V
There are however some limitations to this as it will only remeber items that have been "added" to the clipboard within Visual Studio.
I don't use the feature extensivly but it is useful.
Upvotes: 7
Reputation: 5607
MZ-Tools add-in offers multiple private clipboards feature, amongst many others.
Upvotes: 0
Reputation: 329
I haven't used one in vs2008 directly although you could write one in its own macro language I am sure. But you could use a windows general multi item clipboard like ClipX. http://www.bluemars.org/clipx/
There may be a better alternative to this on the market. This was just the results from a quick check about.
Hope that helps. :-)
Upvotes: 0