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

Custom Diff- and Merge-Editor #160967

Closed
LordNorbi opened this issue Sep 15, 2022 · 3 comments
Closed

Custom Diff- and Merge-Editor #160967

LordNorbi opened this issue Sep 15, 2022 · 3 comments
Assignees
Labels
api custom-editors Custom editor API (webview based editors) *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Milestone

Comments

@LordNorbi
Copy link

With the Custom Editor API you allow to write custom editors for specific files and use cases. That's really great.
But if using the build in SCM it seems like the feature was not thought to the end:
For diffs vscode just opens two editors side by side. (This might seems ok but a custom diff editor could provide so much more value).
For merges vscode even opens the text editor or the new 3 way merge editor. (Not even the configured custom editor is used. This makes absolutely no sense to me.)

I wrote a custom editor because text editors are not useful in my case and still vscode only provides me text editors and does not allow me to write my one editor for diff or merge.

Why is it not possible to define a custom diff- and merge-editor like it is possible for the default editor?
In my opinion these two aspects belongs to a custom editor.

@mjbvz mjbvz added feature-request Request for new features or functionality api custom-editors Custom editor API (webview based editors) labels Sep 15, 2022
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Sep 15, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa modified the milestones: Backlog Candidates, Backlog Sep 20, 2022
@mjbvz
Copy link
Collaborator

mjbvz commented Dec 5, 2022

Duplicate of #138525

@mjbvz mjbvz marked this as a duplicate of #138525 Dec 5, 2022
@mjbvz mjbvz closed this as completed Dec 5, 2022
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api custom-editors Custom editor API (webview based editors) *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants