Is there a way to read style tags in autocomplete?

I assigned tags to elements using styleTags(), and I was wondering, if I could do separate autocompletes for different tags?

No. But you’ll want to use the source of those tags, the syntax tree, anyway. See the autocompletion example.

1 Like

Thank you!