Annotator not executing when completion popup is present

Is it expected behavior that Annotators don’t execute on the current element while the completion popup is active?

In the following example, I have custom highlighting for YAML aliases to distinguish them from anchors.

When I start typing out an alias, it initially has the standard anchor color (green). Only once I close the completion popup does it actually update the color to my alias color (orange).

Kapture 2025-03-20 at 17.32.39

Hello. Yes, it’s expected. The highlighting is paused when the popup is shown to avoid annoying blinking in the middle of (important) UI interaction. WHen the popup is closed, the highlighting resumes

1 Like

I see. Thanks for clarifying.