We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a theme or section schema, when a user is completing top level "blocks.[].type" values, we should complete all of
"blocks.[].type"
@theme
@app
The text was updated successfully, but these errors were encountered:
Add theme block type completion in {% schema %}
{% schema %}
f9fefff
The `BlockTypeCompletionProvider` offers value completions of the `blocks.[].type` property inside section and theme block `{% schema %}` tags. ```liquid {% schema %} { "blocks": [ { "type": "█" }, ] } {% endschema %} ``` Fixes #627
13ff1da
b041721
charlespwd
Successfully merging a pull request may close this issue.
In a theme or section schema, when a user is completing top level
"blocks.[].type"
values, we should complete all of@theme
when it makes sense@app
when it makes senseThe text was updated successfully, but these errors were encountered: