theme-tools
theme-tools copied to clipboard
Bug - Snippet autocomplete suggestions cutting off periods
Describe the bug
I have snippets named
block-product.installation.liquid
block-product.specs-table.liquid
block-product.ugc.liquid
When triggering the Intellisense box with:
{% render 'block-' %}
The top results are all block-product
.
Selecting the result returns block-product
as well
Expected behaviour Autocomplete suggestions should return the full snippet filename
Debugging information
VS Code Extension v1.15.0
shopifyLiquid.themeCheckNextDevPreview
Enabled