It would be useful to let the user specify the names of their setup variables to allow checking them for validity. It isn't uncommon for the access to be written out specifically and so it can be checked against the list to avoid typos.
I believe setup is already parsed as some form of variable access and so checking for if it has a literal-word after the dot access should be relatively easy.
This could presumably be enabled by default if it also comes with a feature to easily add the setup definition to the twee-config file.
It would be useful to let the user specify the names of their setup variables to allow checking them for validity. It isn't uncommon for the access to be written out specifically and so it can be checked against the list to avoid typos. I believe
setup
is already parsed as some form of variable access and so checking for if it has a literal-word after the dot access should be relatively easy.This could presumably be enabled by default if it also comes with a feature to easily add the setup definition to the twee-config file.