Skip to content

iyonaga/minimap-lens

Repository files navigation

minimap-lens package

Atom plugin to show code lens on hovering to Minimap.

Demo

Settings

  • Large File Lines Num

When the number of lines of an editor is larger than this number, the minimap lens is disabled to prevent slowing down of the editor. (default: 1500)

  • Lens Delay

Delay before showing the lens in ms. (default: 300)

  • Lens Height

The height of lens in pixels. (default: 200)