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
IntelliSense inside <fleet/> should offer automobile as well as truck because the former can be substituted for the latter as per the substitutionGroup. The linter recognizes that truck is a valid child element and will report no error, but the element doesn't appear in the IntelliSense list.
The text was updated successfully, but these errors were encountered:
Version: 0.9.0
IntelliSense doesn't suggest elements of a substitution group.
Considering the following example:
IntelliSense inside
<fleet/>
should offerautomobile
as well astruck
because the former can be substituted for the latter as per thesubstitutionGroup
. The linter recognizes thattruck
is a valid child element and will report no error, but the element doesn't appear in the IntelliSense list.The text was updated successfully, but these errors were encountered: