
Minimap of VSCode (https://code.visualstudio.com/docs/getstarted/userinterface#_minimap) gives a nice overview of the code's shpe and some highlights.
For example, the above screenshot shows that the first 4 selected sentences appear as selected in Minimap too.
I think it would be great if the highlights created after sending texts to REPL (line 7 ~ ... ) also appear as highlighted at Minimap which does not at the moment.
I have no idea whether this feature is something that be straightforwardly supported via VSCode API though...