All Projects â†’ huoguangjin â†’ Multihighlight

huoguangjin / Multihighlight

Licence: apache-2.0
Jetbrains IDE plugin: highlight identifiers with custom colors 🖌💡

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Multihighlight

Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+350.77%)
Mutual labels:  jetbrains, intellij, idea, plugin
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (+570.77%)
Mutual labels:  jetbrains, intellij, idea
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-73.85%)
Mutual labels:  jetbrains, intellij, plugin
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (+558.46%)
Mutual labels:  intellij, plugin, highlight
Restfultoolkit
A Toolkit for RESTful services development.
Stars: ✭ 101 (+55.38%)
Mutual labels:  intellij, idea, plugin
Envfile
EnvFile 3.0 is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
Stars: ✭ 293 (+350.77%)
Mutual labels:  jetbrains, idea, plugin
Jetbrains Helper
Jetbrains helper
Stars: ✭ 33 (-49.23%)
Mutual labels:  jetbrains, intellij, idea
Androidlocalizeplugin
🌏 Android localization plugin. support multiple languages, no need to apply for key.
Stars: ✭ 352 (+441.54%)
Mutual labels:  idea, plugin
Intellij Plugin Save Actions
Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
Stars: ✭ 440 (+576.92%)
Mutual labels:  jetbrains, intellij
Idea Markdown
Markdown language support for IntelliJ IDEA (abandonned).
Stars: ✭ 604 (+829.23%)
Mutual labels:  jetbrains, intellij
Intellij Jvm Options Explained
Common JVM options used with Intellij and what they do
Stars: ✭ 636 (+878.46%)
Mutual labels:  jetbrains, intellij
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+892.31%)
Mutual labels:  jetbrains, intellij
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+1126.15%)
Mutual labels:  jetbrains, intellij
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+726.15%)
Mutual labels:  jetbrains, intellij
Perl5 Idea
Perl5 plugins for IntelliJ IDEA
Stars: ✭ 343 (+427.69%)
Mutual labels:  jetbrains, intellij
Intellij Idea Tutorial
IntelliJ IDEA įŽ€äŊ“中文专éĸ˜æ•™į¨‹
Stars: ✭ 19,071 (+29240%)
Mutual labels:  jetbrains, intellij
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (+1304.62%)
Mutual labels:  jetbrains, intellij
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-58.46%)
Mutual labels:  intellij, plugin
Resharper Unity
Unity support for both ReSharper and Rider
Stars: ✭ 953 (+1366.15%)
Mutual labels:  jetbrains, plugin
Intellij Elm
Elm language support for IntelliJ, WebStorm, PhpStorm and PyCharm (JetBrains)
Stars: ✭ 305 (+369.23%)
Mutual labels:  intellij, plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].