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
For this feature, is it possible for the references (the values that are being renamed) to be located in different files?
Yes it will possible, but it will not supported for the moment. It's like other features with references, find definitions which works only in the file scope and not in external files. It should be improved in #484
So please continue to use XSDUtils.searchXSOriginAttributes() and when we will support #484, your rename should continue to work.
With the XSD file:
If we rename
<xs:complexType name="personinfo">
to<xs:complexType name="XXXX">
we should haveThe text was updated successfully, but these errors were encountered: