Custom Diff- and Merge-Editor #160967
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
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.
The text was updated successfully, but these errors were encountered: