-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Inline actions in diff view for copy, replace, previous and next #30519
Labels
diff-editor
Diff editor issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Comments
gulshan
changed the title
Provide inline actions to side-by-side comparison like git merge
Provide inline actions to side-by-side/inline comparison/diff like git merge
Jul 15, 2017
The issue is auto-labeled |
joaomoreno
added
workbench-tabs
VS Code editor tab issues
workbench
and removed
git
GIT issues
workbench-tabs
VS Code editor tab issues
labels
Jul 17, 2017
gulshan
changed the title
Provide inline actions to side-by-side/inline comparison/diff like git merge
Provide inline actions to side-by-side/inline diff view like git merge
Aug 11, 2017
gulshan
changed the title
Provide inline actions to side-by-side/inline diff view like git merge
Inline actions in diff view for copy, replace, previous and next
Jun 21, 2018
alexdima
added
the
*duplicate
Issue identified as a duplicate of another issue(s)
label
Sep 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
diff-editor
Diff editor issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
This proposal requests inline actions in diff view, like the inline merge actions are provided for git merge markers within the editor-
The code actions can be
Copy to left/right/other side
,Replace left/right/other side
,Previous
andNext
(for going to previous/next diff). And as copying original is prohibited in inline diff view, there can be aCopy original
action as well.This proposal can be regarded as an implementation detail of the proposal #25887 .
The text was updated successfully, but these errors were encountered: