attributes that are clearly defined in the docs, e.g. product.images.first.height
literal numbers
… suggestions work and no error appears:
:-1: However, when using values that are not explicitly mentioned in the docs, e.g. …
custom settings like section.settings.columns_mobile
calculated values like product.variants.size
unknown values like product_variant.store_availabilities, which are mentioned in the soon-to-be-removed objects.yml, but nowhere in the docs (objects.json)
Describe the bug :+1: When using e.g. …
product.images.first.height
… suggestions work and no error appears:
:-1: However, when using values that are not explicitly mentioned in the docs, e.g. …
section.settings.columns_mobile
product.variants.size
product_variant.store_availabilities
, which are mentioned in the soon-to-be-removedobjects.yml
, but nowhere in the docs (objects.json
)… only default suggestions are shown, and when adding/removing characters, errors might happen:
Expected No matter the
assign
ed value, code completion should not crash.Actual When certain values are
assign
ed, code completion crashes.Stack trace
Debugging information