Posted 15 years ago
by Dietrich Gerstenberger
Version: 4.0.0282
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Having an XML document that consists of only one element (child elements are optional):
ok:syntax editor shows error "unexpected token '' expected token is '>' --> BUG:
Intellisense offers only the optional child elements, but not the closing tag:
BTW: how is the status of supporting attribute lists in intellisense?
Thanks in advance.
ok:
<OnlyElement SomeAttributes="true"></OnlyElement>
<OnlyElement SomeAttributes="true" />
<OnlyElement SomeAttributes="true"><
Thanks in advance.