MultiHighlight icon indicating copy to clipboard operation
MultiHighlight copied to clipboard

Not on yaml

Open bedge opened this issue 7 years ago • 1 comments

Confirmed it's not a plugin keymap conflict.

Cmd-' works for all file types except yaml.

Version: 1.0.1, pycharm 2018.1

bedge avatar Jun 05 '18 17:06 bedge

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.

bedge avatar May 06 '23 15:05 bedge