vektah / CodeGlance

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime
BSD 2-Clause "Simplified" License
1.06k stars 104 forks source link

Scrolling in long files lagging #246

Open AndreKR opened 4 years ago

AndreKR commented 4 years ago

In the following screencast I'm holding the mouse button down and move it up, then stop, then down, then stop, then up and so on:

2020-07-28-22-44-59

Note how the cursor does not stay in the middle of the dark area and how, when I start moving in the opposite direction, the scrolling at first continues a bit in the old direction. That isn't how I'm moving the mouse, that is a behavior that is added by CodeGlance.

It seems this happens more pronounced in longer files.

AndreKR commented 3 years ago

Not a solution, but I switched to "Code MiniMap".

remcokalf commented 3 years ago

Same here, terrible.

The Code MiniMap plugin mentioned here will be removed:

https://plugins.jetbrains.com/plugin/14959-code-minimap/reviews

Seems there is no good alternative anymore. This one worked for a while:

https://github.com/mgziminsky/Minimap-for-Jetbrains

But stopped functioning in recent PHPStorm versions.