Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iyonaga/minimap-lens
- Owner: iyonaga
- License: mit
- Created: 2019-01-16T03:30:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T21:24:34.000Z (about 2 years ago)
- Last Synced: 2024-05-28T22:47:49.776Z (7 months ago)
- Topics: atom, atom-package, atom-plugin, minimap, minimap-lens
- Language: JavaScript
- Homepage: https://atom.io/packages/minimap-lens
- Size: 313 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)`