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'm seeing several weird problems with HTML Code Hinting. Start with a doc like this:
Add a link tag and some attributes:
<title></title>and hit Enter to create a new line.<link rel="stylesheet"Results:
I got hints for first attribute, but no more hints, even if I press Ctrl+Space
Expected:
More attribute hints
>at end of line and moving cursor before>.Results:
Attribute is added with empty value, followed by a newline!
Expected:
No newline. Cursor is placed inside attribute value and hints for value are displayed.