Hi!
I’m coming from Cursor and there’s one UI feature I really miss in Antigravity.
In Cursor, when the agent makes changes, the scrollbar (overview ruler) immediately shows color-coded highlights where lines were added/modified/deleted. This makes it super easy to quickly see where changes happened in long files without manually scrolling.
Is there any way to enable something similar in Antigravity?
Thanks!
Screenshot example from Cursor:

Mine does show that. Maybe play with the Editor config?
Thanks! I tried disabling extensions and searching for relevant settings, but couldn’t find anything that enables this. Maybe someone knows what specifically controls this?
Try searching for minimap in configuration:
Including this one (scroll all the way down):
I was also annoyed for this and thought there was an error since it worked for some files and not for others. But there seems to be a difference between the agents’ behavior in Antigravity and VSCode/Cursor. Antigravity agents write to disk directly when it makes changes so the IDE doesnt show change indicator/highlight for untracked files. Because there is no ‘before’ of the file. It does show the differences if the file is tracked and in modified status.