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

Compare current file with branch POF #52

Open rndware opened 4 years ago

rndware commented 4 years ago

Proof of concept please do not merge

I've added an additional feature that compares the currently opened file with the same file on a given branch.

This is useful if you're half way through a feature master gets updated and you want to know what you'll have to merge in future.

It's probably not in scope for this particular plugin but it could be useful for another one in the future.