
I have an xsd file that contains a definition for elements to be a specific order or sequence. So in element A you could have one or more of D, E, B, or C in that specific order.
When I setup the editor with the schema I notice 2 things which may be incorrect.
First, When I am inside an empty element A and IntelliSense comes up, I would hope to see the choice of elements D, E, B and C in that order. Instead they show up in alphabetical order.
Second, when I have already added some elements I would expect to only see the elements available after the previous one. So if in element A I already have element B, then if I type '<' after element B I would expect to only see the option of element C in IntelliSense.
We see this as a fundamental problem with the Web Language product. The IntelliSense prompt shouldn't list items that will be invalid.
Michael
When I setup the editor with the schema I notice 2 things which may be incorrect.
First, When I am inside an empty element A and IntelliSense comes up, I would hope to see the choice of elements D, E, B and C in that order. Instead they show up in alphabetical order.
Second, when I have already added some elements I would expect to only see the elements available after the previous one. So if in element A I already have element B, then if I type '<' after element B I would expect to only see the option of element C in IntelliSense.
We see this as a fundamental problem with the Web Language product. The IntelliSense prompt shouldn't list items that will be invalid.
Michael