Skip to content

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

Notifications You must be signed in to change notification settings

dkandalov/CodeGlance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGlance Build Status

Plugin Repository: http://plugins.jetbrains.com/plugin/7275
Latest build: http://public.vektah.net/codeglance/net/vektah/CodeGlance/1.4.0/CodeGlance-1.4.0.jar

Intelij 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.
  • Worker thread for rendering
  • Color rendering using intelij's tokenizer
  • Scrollable!
  • Embedded into editor window
  • Complete replacement for Code Outline that supports new Intellij builds.

Dark: Dracula

Light: Default

Building using maven

With maven installed building the plugin yourself is a simple as:

git clone https://github.com/Vektah/CodeGlance
cd CodeGlance
mvn package

After it finsihes downloading dependencies and building you should now have a CodeGlance-${VERSION}.jar in the directory. This can be tested in intellij by going to settings->plugins->install from disk.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • Python 1.3%
  • Groovy 0.7%