Introduce global suggestions for supporting {% # theme-check-disable <type> %}
#113
Labels
enhancement
New feature or request
{% # theme-check-disable <type> %}
#113
Is your feature request related to a problem? Please describe.
Currently, our language server doesn't offer suggestions to ignore theme-check offenses. I believe it would be a great to have a single implementation to ignore across all checks (something like:
{% # theme-check-disable <check_name> %}
).I don't foresee this feature promoting excessive use of the ignore function. Given that comments in the code already create a certain level of noise, so this feature seems to be more beneficial than not providing those suggestions.
The text was updated successfully, but these errors were encountered: