This package is unmaintained. If you want to take over maintainance, please open an probleem and I'll try to transfer the repository to you soon.
Codeglance for Atom as a minimap plugin. Shows the code that's under the mouse cursor when hovering the minimap.
You can style the codeglance element from your stylesheet (~/.atom/styles.less
) like this:
minimap-codeglance {
// see through the codeglance element
opacity: .8;
// change the shadow of the element
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
// etc.
}
- Better support for huge files