Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
333 stars 96 forks source link

Introduce the `UndefinedAttribute` checker #708

Open karreiro opened 1 year ago

karreiro commented 1 year ago

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