Skip to content

Jetbrains IDE plugin: highlight identifiers with custom colors ๐Ÿ–Œ๐Ÿ’ก

License

Notifications You must be signed in to change notification settings

icewater2020/MultiHighlight

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

54 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MultiHighlight

MultiHighlight lets you highlight identifiers with custom colors (like Highlight Usages in File), it's helpful when reading source code.

Default shortcut: Ctrl+' (or โŒ˜+' on mac).

Screenshots

screenshot-clion screenshot-studio

Install

  • Install MultiHighlight directly from the IDE: File > Settings > Plugins > Browse Repositories... > search "MultiHighlight".
  • Install from file.

Customize

  • You can customize your highlight text style (bold/italic, foreground, background, stripe and effect style) in setting page.

    Tips: Here is material design color palette, they are bright and vibrant colors. (what is material design?)

    setting

  • change the default keyboard shortcut: File > Settings > Keymap > search "MultiHighlight".

    keymap

  • If you like IdeaVim, add following line to ~/.ideavimrc and trigger MultiHighlight:

    " Press `'` to toggle highlight
    map ' :action MultiHighlight<CR>
    " Press `"` to clear all highlights in current editor
    map " :action MultiHighlight.ClearAction<CR>

Build & Run

  • jdk 11 required.

  • To build MultiHighlight, clone and run ./gradlew buildPlugin.

  • To run IntelliJ IDEA with MultiHighlight installed, run ./gradlew runIde.

Change Log

check CHANGELOG.md for details

About

Jetbrains IDE plugin: highlight identifiers with custom colors ๐Ÿ–Œ๐Ÿ’ก

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%