Clipboard History in Microsoft Visual Studio 2019

Microsoft introduced new feature Clipboard History, which allows us to select the copied content from the display history list. It is handy when changing our code for some reason, and after some time you want to rollback it to initial stage. And also it is advantageous when we have multiple pieces of copied code and can insert any of them in the editor window.

Open Microsoft Visual Studio 2019 => Create a new project. Write some code and make the changes to code. Here I write simple console application and make the changes to it.

Select Ctrl +Shift + Insert option to view the Clipboard history. You can also select the Edit menu and select “Show Clipboard History”, it displays the copied content history as shown below.