L13 / vscode-diff

Compare two folders in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-diff
Other
90 stars 10 forks source link

New Feature: Side by side compare #124

Closed andergabilondo closed 1 month ago

andergabilondo commented 1 year ago

Great extenssion, congrats!

If i want to use the compare feature of the visual studio to see diff side by side I have to follow the following steps: 1.- Open extenssion 2.- Select "go to file" in the left panel (first folder). 3.- Right click in the file and click "Select for compare". 4.- Select "go to file" in the right panel (second folder). 5.- Right click in the file and click "Compare with selected"

After this I can see both files side by side and changes are highlighted.

Would it be possible to automate this with a button on the side of each file? I think it would make the tool impressive!

Thanks for your support,

Ander

L13 commented 1 year ago

Hi, you can drag'n drop paths in the list view or just double click. See also https://github.com/L13/vscode-diff/issues/120