microsoft / vscode

Visual Studio Code

Home Page:https://code.visualstudio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Allow Custom Editors To Gracefully Handle Diff Views

hediet opened this issue · comments

It would be awesome if custom editors could influence the diff view (or opt out of it).

These are examples where the default diff view does not really work:

Unfortunately, the individual custom editor only knows if it is readonly, but not if it is right or left of a diff view.

Related:

👍 hex editor and luna paint could also provide nicer diff experiences.

image

#171381 is slightly different. we want to use a new webview to do the compare