Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime

License

Notifications You must be signed in to change notification settings

mgziminsky/Minimap-for-Jetbrains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


MiniMap (A CodeGlance Fork)

This is an unofficial fork of the excellent CodeGlance plugin, which unfortunately no longer seems to be maintained.

Main differences compared to CodeGlance

  • 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

Dracula

Building using Gradle

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

Running from source in IntelliJ

Import the gradle project and run the runIde task.

Show/Hide or Enable/Disable Minimap

  • Ctrl-Shift-G to toggle minimap.
  • Settings > Other Settings > CodeGlance

About

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 77.2%
  • Java 21.3%
  • Python 1.5%