41

I wonder, if there is an Eclipse plugin for code birdview (preview, visualization, minimap, however it may be called)? I mean, when you see your code in a small preview window and may scroll using this window. Wait, I'll show you...

Screenshot (taken from Sublime Text)

Like this. (See the column, where the white rectangle is).

weekens
  • 8,064
  • 6
  • 45
  • 62

3 Answers3

18

Here is "Overview" plugin from a deleted by a mod answer that provides a minimap view.

enter image description here

(I don't see a reason for deletion, it's exactly what OP asked for).

serg
  • 109,619
  • 77
  • 317
  • 330
  • I think this is better than the `eclipse-minimap-view` plugin. I have used them both and this one had fewer problems and better features like scaling. – nimcap May 14 '14 at 09:12
  • 1
    As of March 2016, looks like this plugin is not only maintained but en route to be included in Eclipse. – hmijail Mar 25 '16 at 19:09
11

I saw this question again today, and found someone working on such a plugin on github. I have no idea how far progressed this project is, but it may be worth checking out:

https://github.com/apauzies/eclipse-minimap-view screenshot

Hope this helps!

Caleb
  • 1,452
  • 15
  • 20
4

Minimap is now present in Eclipse starting version 4.9 Official link to the feature

Ankit Soni
  • 2,434
  • 2
  • 17
  • 19