Auto Scrolling For Code Changes

I’ve been using cursor pretty heavily and I love it but when editing large code bases I keep all functions collapsed so I can iterate over them faster. When I make a change using Cursor, I usually don’t see where the code change was made unless I open all functions which is time consuming. I want to be able to go through each of the changes in the edit mode (when we have the red and green highlighted code), so I can click and automatically go to the piece of code that was changed instead of me manually scrolling and opening functions one at the time.

This is particularly useful for large documents ~700 lines long onwards.