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

The current version does not cycle between highlighted words with F3. IMO this was the case in earlier versions. It would be nice to make this possible again.

feature

highlighted if,else,returm,for.foreach.........

![image](https://user-images.githubusercontent.com/50489475/131283327-382e7c1c-fdc9-46e8-be39-39d781672a4c.png) In window webstorm .vue ‘historyUrlList’ cannot match ‘unshift’ not full match 'unshift' 'indexOf' both cannot close

bug

Confirmed it's not a plugin keymap conflict. Cmd-' works for all file types except yaml. Version: 1.0.1, pycharm 2018.1

feature

Here's an example: ![ss-2021-20-02_10 20 15](https://user-images.githubusercontent.com/499317/127899951-2eaec90e-fdb8-47b3-9901-012a278fc751.png) Both `local` and `name` were selected, and are not highlighted in the subsequent occurrences. While I can highlight the other occurrences manually, they are...

not work

1. 切换的颜色不是按配置里面的 ? ![jdfw5](https://user-images.githubusercontent.com/30521429/74994828-10112300-548a-11ea-878c-b039ce18767d.gif) 2. 不知道为什么切换不了颜色(有的文件可以有的不行): ![jdfw6](https://user-images.githubusercontent.com/30521429/74994881-4189ee80-548a-11ea-924d-84acbc08e4f8.gif)

wontfix

Rider 2018.3.1 (Build #RD-183.5253.26, built on December 27, 2018)

feature
not work
WIP

Hi all, I'd like to propose an enhancement for the plugin. The ability to maintain code highlights even after closing tabs or restarting the IDE would significantly benefit those of...

feature

Build #IU-232.10227.8, built on November 8, 2023 ![image](https://github.com/huoguangjin/MultiHighlight/assets/499317/f7e13f7f-c0f7-460e-8010-0397eaea5e8a) ``` com.intellij.diagnostic.PluginException: 754 ms to call on BGT precache-slow-data@MultiHighlightAction#update@keyboard shortcut (com.github.huoguangjin.multihighlight.action.MultiHighlightAction). Revise AnAction.getActionUpdateThread property [Plugin: MultiHighlight] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:89) at com.intellij.openapi.actionSystem.impl.ActionUpdater.logTimeProblemForPreCached(ActionUpdater.java:496)...

例如我高亮A这个字符,但是a和AB和ba都被同时高亮了 能不能加个开关或者加这两个功能: 1. 区分大小写 2. 整词匹配 类似IDEA中的搜索栏的 Cc(Match case) 和 W(Words) ![image](https://github.com/huoguangjin/MultiHighlight/assets/47346564/127de19d-37e1-4322-bf16-f2f953a55a73)

feature