huoguangjin / MultiHighlight

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡
https://plugins.jetbrains.com/plugin/9511-multihighlight
GNU General Public License v3.0
103 stars 22 forks source link

Not on yaml #6

Open bedge opened 6 years ago

bedge commented 6 years ago

Confirmed it's not a plugin keymap conflict.

Cmd-' works for all file types except yaml.

Version: 1.0.1, pycharm 2018.1

bedge commented 1 year ago

I was going to close as some initial testing shows the plugin does partially work for yaml files. However further testing shows that it only works for certain words: eg: The word "target" is only highlighted on the one instance that was selected at the "highlight" time:

image

Given that I can individually select and highlight different instances of the same word with different colors implies that each yaml top level object may be seen as a separate context:

image

Interesting that the word "default" is picked up as "common" among all objects, but that "target" is distinct on all.