You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
I spotted this while working on the HtmlEntityHinting.
It currently relies on getTagInfo().tagName to know whether the cursor is within an html tag or not.
HtmlUtils doesn't return a tagName, for example when in an "" closing tag.