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 has been archived by the owner on Sep 6, 2021. It is now read-only.
I restarted Brackets and no longer see second problem (but others have reported seeing same thing), but I am still seeing first problem. Note that Brackets seems to think that </head> is the end tag for <link>, so not sure if that's related or a separate bug:
This issue was first introduced in sprint-27. Incorrect tag highlighting is an unrelated issue and will be fixed in next sprint when we update CodeMirror.
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.
The text was updated successfully, but these errors were encountered: