A simple VSCode extension that allows you to paste clipboard content and compare it with the current file.
Use the Paste and Compare
command to paste the content of your clipboard into a new temporary file and compare it with the currently active file.
- Copy some text to your clipboard.
- Open a file in VSCode that you want to compare with the clipboard content.
- Use the key combination
Cmd+K Cmd+V
(Mac) orCtrl+K Ctrl+V
(Windows/Linux) to execute thePaste and Compare
command. - A new diff view will open, showing the differences between your current file and the pasted content.
This extension requires Visual Studio Code version 1.60.0 or higher.
[List any known issues here, or remove this section if there are none]
Initial release of Paste and Compare