Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show code in scroll bar in Intellij Idea

Is it possible to start showing code in scroll bar in Intellij Idea? I mean when I see a minified version of my code in the scroll bar. I do not know how it is called. I remember it being called something like scroll map.

like image 525
iloveseven Avatar asked Aug 22 '18 09:08

iloveseven


2 Answers

What you are looking for is called a Minimap. There is no default view for this, but you can install the plugin CodeGlance

enter image description here

To install the plugin, go to File -> Settings... in the left tree, select Plugins, then Browse Repositories. Now search for CodeGlance, install and restart IntelliJ

like image 87
Stanley F. Avatar answered Sep 28 '22 05:09

Stanley F.


Sounds like you're looking for the IntelliJ CodeGlance plugin:

  • https://plugins.jetbrains.com/plugin/7275-codeglance

enter image description here

like image 42
glytching Avatar answered Sep 28 '22 06:09

glytching