theme-check
theme-check copied to clipboard
Introduce the `UndefinedAttribute` checker
Is your feature request related to a problem? Please describe.
When users are type something wrong, like {{ produc }}, Theme Check helps them. However, when users type something like {{ product.availabllle }} nothing happens.
Describe the solution you'd like
Introduce a new UndefinedAttribute checker (similar to the UndefinedObject).
Describe alternatives you've considered
I've considered changing the UndefinedObject checker, but it's actually a different kind of check. Also, it's nice to have this feature in a different checker, then users that don't want this feature can deactivate it.
Additional context N/A