ryu1kn / vscode-partial-diff

Visual Studio Code Extension. Take a diff of 2 parts of text(s)
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
MIT License
184 stars 15 forks source link

Comparing Text with Clipboard: can I swap comparing code windows. #96

Open jitvimol opened 1 month ago

jitvimol commented 1 month ago

Comparing Text with Clipboard: can I swap comparing code windows.

As the way I work, I have original code in vsode, and I have to copy revised code in clipboard. Now it compares revised code with original code.

I want to compare original code with revised code. (the other way around)

Btw, this extension is useful. Thanks