Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iyonaga/minimap-lens

Atom plugin to show code lens on hovering to Minimap.
https://github.com/iyonaga/minimap-lens

atom atom-package atom-plugin minimap minimap-lens

Last synced: about 2 months ago
JSON representation

Atom plugin to show code lens on hovering to Minimap.

Awesome Lists containing this project

README

        

# minimap-lens package

Atom plugin to show code lens on hovering to Minimap.

![Demo](https://user-images.githubusercontent.com/21187480/51426538-95932580-1c2f-11e9-88f8-6193218c4488.gif)

## 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)`