pleonex / atom-autocomplete-xml

Autcomplete XML package for Atom editor.
https://atom.io/packages/autocomplete-xml
MIT License
13 stars 8 forks source link

Fix multiple groups in complex type. #45

Closed ph777 closed 6 years ago

ph777 commented 6 years ago

In a XSD with complex type that references multiple groups like this:

only the first group g1 is resolved for myType. So the autocompletion suggests only a tag and not the b tag. This PR fixes it.
pleonex commented 6 years ago

It looks good for me, thanks!