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 text in 2 visible editors (i.e. tabs) not working #35

Closed gbritton1 closed 5 years ago

gbritton1 commented 5 years ago

See screenshot snag_14808abd image

ryu1kn commented 5 years ago

Hi @gbritton1 , thanks for the screenshots! They helped me to understand what's happening. You need to have the 2 tabs open side-by-side as this command compares 2 "visible" editors. Looks like what you're after is #33 😉

rcheung9 commented 4 years ago

Yea I have this open side by side and it still says "Please first open 2 documents to compare".

catch6 commented 3 years ago

So why not let user choose the file to compare. User can choose which one of the opened files to compare Splitting the window is a redundant action

JoshLambda commented 2 years ago

Hi @gbritton1 , thanks for the screenshots! They helped me to understand what's happening. You need to have the 2 tabs open side-by-side as this command compares 2 "visible" editors. Looks like what you're after is #33 😉

That's not what the error message says: "Please first open 2 documents to compare" It doesn't say they have to be open side-by-side