Wish Code minimap

Sandman

Expert
Licensed User
Longtime User
I find myself longing for a minimap in the IDE. It's very common for IDE's (and some text editors) to have it, so I'm sure that most people in the forum know very well what it is, but in case that's not true:

A code minimap in an IDE is a reduced overview of the entire file in its own view pane, typically next to the main editor pane. The portion of the file visible in the main editor pane is highlighted, and clicking or dragging in this view scrolls the editor through the file. (ref)


A couple of examples from different IDE's and text editors. (All happened to use dark themes, but the minimap obviously use the same theme as the editor.)


KDevelop:

1624000536747.png



Sublime Text:

1624000584391.png




VS Code:

1624000698781.png



Microsoft Visual Studio:
(this minimap is pretty awful - it misrepresents the document by stretching the minimap in some insane way)

1624001150466.png
 

aeric

Expert
Licensed User
Longtime User
I think it is more useful for html, xml or php based code. I don't see benefit for VB or B4X type of code. I found it a waste of IDE real estate in Sublime Text.
 
Top