In VSCode, is there a way to show the current scope or closure in the scrollbar, e.g. by a decoration or opacity change?
I'm looking for a way to see whether my find widget
matches fall within the current scope, which is often larger than screen height.
As far as I can tell, there's nothing in settings.json
for this, but perhaps I'm searching for the wrong terms.
I'd be open to an extension, but again, unless I'm searching for the wrong thing, this doesn't exist.