autocompletion of lang-html TagSpec children property

I am adding custom elements as extraTags for lang-html. I expect that adding children to TagSpec object will limit to those tags when triggering autocompletion for given tag. Is it something I am doing wrong or it doesn’t apply for autocomplete?

Here is an example

That was a bug in the way the completion looked up the context’s tag info. This patch should help.

1 Like