rokucommunity / brightscript-language

This project is no longer maintained. Its successor is BrighterScript.
https://github.com/RokuCommunity/brighterscript
MIT License
6 stars 3 forks source link

Typing node references created with findNode #11

Open triwav opened 5 years ago

triwav commented 5 years ago

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.