MultiHighlight icon indicating copy to clipboard operation
MultiHighlight copied to clipboard

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡

Results 18 MultiHighlight issues
Sort by recently updated
recently updated
newest added

sorry,英语表达不太好,感觉不太好描述 ![image](https://github.com/huoguangjin/MultiHighlight/assets/12469651/bbf5d303-1b63-4ce9-b9dd-bff0a1221b22) 比如这个地方,有三个param值,但是选择第一个高亮,后面两个没有被染色。 但是如果选后面两个值高亮处理,三个地方都会被成功染色,如下 ![image](https://github.com/huoguangjin/MultiHighlight/assets/12469651/df254757-c4dc-4e95-abe1-e9ca842eeb33) 是因为用的idea本身的高亮逻辑吗,我看现在表现出来的处理方式跟idea光标所在单词加背景色的逻辑似乎是一样的。

question

Please consider adding option to select only whole words. For example. I'd like to highlight whole word "request" but not higlight "_dump_request" etc. ``` Class Foo (request: Bar): data =...

feature

Good evening **thank you very much for sharing your great and very useful Plugin!,** it boosts the usability very much 😃 I have a suggestion: Often it is very helpful...

feature

**Please consider making highlight case sensitive.** foo and Foo in python are not the same things. For example. I'd like to highlight custom class "Request". I've got only a couple...

feature

Often one wants to see where a set of variables are used, and this may span multiple files. If one highlights these in one file, they are not also highlighted...

feature

A feature request from Human Being: https://plugins.jetbrains.com/plugin/9511-multihighlight/reviews#review=90749 Thanks for creating this plugin, I use it often during code debug or review to enhance readability of complex logic. One small request...

feature

![image](https://github.com/huoguangjin/MultiHighlight/assets/48464052/faf44f3e-8e94-469e-9844-ec4bb914cf58)

wontfix

## First ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.github.huoguangjin.multihighlight.action.MultiHighlightClearAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: MultiHighlight] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at...

bug
compatibility