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
{{ message }}
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
A good portion of code completion and knowing if a field actually exists on node is dependent on us being able to know what type of node is returned from findNode. We could start with a simple implementation that just checks the xml file for the current component as that will cover a very large portion of cases and expand from there.