Support for comparing two files even locally using file explorer (not git diff nor command line) #35079
bpresles
started this conversation in
Ideas From VSCode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Zed only support diff using git, meaning diff between changes done locally and current remote branch.
VSCode also allows to compare two files locally only between each other, regardless of what's on the git remote branch (see screenshots attached).
The issues that were opened to ask for such a feature (#17100 and #4523) were close considering that the zed command diff implementation was enough.
But it'd be far better to be able to do it directly by selecting two files on the file explorer and a contextual menu item. Also idea from #35010 which is asking for the same thing but with opened tabs is also a good idea. Having both implemented would be great.
Beta Was this translation helpful? Give feedback.
All reactions