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).