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

Please add the feature to compare any 2 arbitrary files in the diff folders tab / diff panel #120

Closed anup-das closed 1 year ago

anup-das commented 1 year ago

It should be possible to select the file independently using for example Ctrl key from left and right panes and then compare.

Currently i have to leave the diff folders tab and then navigate to explorer and then select the files individually which involving lot of scrolling vertically to find the files from the folders

L13 commented 1 year ago

Hi, this is still possible. See List Drag'n Drop in the README.

Drag a path in the list view to another path of the same type (file, folder or symbolic link) and let it drop to open a diff with these two files.

anup-das commented 1 year ago

Thanks I did not realize this was possible using drag and drop feature. I am going to close the issue