Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve diffing #24390

Closed
amithegde opened this issue Apr 10, 2017 · 5 comments
Closed

Improve diffing #24390

amithegde opened this issue Apr 10, 2017 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@amithegde
Copy link

  • Allow moving changes from left-> right
  • Keyboard shortcuts to navigate through changes quickly
@joaomoreno
Copy link
Member

First one: there are global commands to (un)stage ranges.

Second one, merging with #24389

@joaomoreno joaomoreno added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 10, 2017
@amithegde
Copy link
Author

amithegde commented Apr 13, 2017

@joaomoreno May be I wasn't clear in the earlier post. For the first one, I was thinking in the line of how Beyond Compare allows copying changes from left -> right, right -> left while diffing. This will be helpful to undo for some of the changes on a file before staging/committing. As of now I use Beyond Compare specifically for this purpose and if this feature becomes available on VSCode, my workflow will be much easier.

@joaomoreno
Copy link
Member

There are global commands for that:

image

They're just not exposed in the UI as buttons. But there's another issue for that.

@amithegde
Copy link
Author

I did not know of this! Thanks for letting me know 👍

@Dominik-K
Copy link

@amithegde I made your feature request more generic. Maybe you'll like this as well: #25887

They're just not exposed in the UI as buttons. But there's another issue for that.

@joaomoreno I didn't find an issue for UI buttons, just for the top-right menu: #24052

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants