If you are going to use this code for your own derivative, it would be highly appreciated if you made a proper fork, or at the very least kept the original license and copyrights intact. There have been several published derivatives that have completely removed all original copyright notices and/or changed the license without any attribution back to the original work, which is pretty uncool.
This is an unofficial fork of the excellent CodeGlance plugin, which unfortunately no longer seems to be maintained.
- Works correctly with virtual space enabled
- Minimap can be used as a scrollbar
Latest build: https://github.com/mgziminsky/Minimap-for-Jetbrains/releases
Jetbrains IDE plugin that displays a zoomed out overview, or minimap, similar to the one found in Sublime into the editor pane. The minimap allows for quick scrolling letting you jump straight to sections of code.
- Works with both light and dark themes using your customized colors for syntax highlighting.
- Color rendering using IntelliJ's tokenizer
- Scrollable!
- Embedded into editor window
git clone https://github.com/mgziminsky/Minimap-for-Jetbrains.git Minimap
cd MiniMap
# run the tests
./gradlew test
# build the plugin and install it in the sandbox then start idea
./gradlew runIde
# build a release
./gradlew buildPlugin
The result will be saved as build/distributions/MiniMap-{version}.zip
Import the gradle project and run the runIde
task.
- Ctrl-Shift-G to toggle minimap.
- Settings > Other Settings > CodeGlance