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
In a document with xsd, with an editor having autoclosing brackets enabled, typing "<" automatically inserts "<>". In that case, closing a tag works properly (inserts only /lastTag between the brackets, but node completion from the xsd ignores the closing tag (i.e. inserts othertag></othertag>, which means we end up with an extra >. Eg, a pom.xml in vscode with "editor.autoClosingBrackets": "always":
The text was updated successfully, but these errors were encountered:
In a document with xsd, with an editor having autoclosing brackets enabled, typing "<" automatically inserts "<>". In that case, closing a tag works properly (inserts only
/lastTag
between the brackets, but node completion from the xsd ignores the closing tag (i.e. insertsothertag></othertag>
, which means we end up with an extra>
. Eg, a pom.xml in vscode with "editor.autoClosingBrackets": "always":The text was updated successfully, but these errors were encountered: