erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Intellisense not closing tags properly #72

Closed rneuber1 closed 8 years ago

rneuber1 commented 8 years ago

Normally, adding the closing bracket to a starting tag automatically adds the closing tag:

<AML> causes </AML> to appear. <AML><Item> causes </Item> to appear before the </AML>.

But if you add attributes to the <Item> tag, this does not work: <AML><Item type='CAD' action='get'> does not bring up </Item>.