Autoscroll to User Edits #7938
j-east
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I added a feature to do this because I was tired of the editor window not scrolling to where I made changes to the diff so that I could set breakpoints or add additional logging or whatever.
Note this is different from an animated scroll and is very resource efficient. It just opens the file and sets the scroll point such that the first detected user edit is in view
The process works like this:
are there user edits? -> do all the normal actions -> Opens the file and scrolls to the first edited section when user edits are detected
the ux is quite a bit better if you are often making user edits to diffs
Beta Was this translation helpful? Give feedback.
All reactions