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.
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.