You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice if scrolling either of the editors in monaco-diff view scrolled the other one by the same amount. For example, one can see how it is done in the monaco-native-diff view. There could be an API in Monaco for this or we can also write a custom script using JS for it.
The text was updated successfully, but these errors were encountered:
Indeed it would be nice to have something to facilitate scrolling. However since I do not align files by putting white spaces for insertions / deletions, it would quickly be out of sync therefore we would need something something like a hotkey to activate parallel scrolling.
I think it would be nice if scrolling either of the editors in
monaco-diff
view scrolled the other one by the same amount. For example, one can see how it is done in themonaco-native-diff
view. There could be an API in Monaco for this or we can also write a custom script using JS for it.The text was updated successfully, but these errors were encountered: