theme-tools
theme-tools copied to clipboard
IntelliSense support within {% stylesheet %} and {% javascript %} tags
I would love to have vsCode IntelliSense support for CSS and JS within the liquid files through the recommended way of adding CSS and JS from Shopify.
Within the following tags
{% stylesheet %}
some CSS code
{% endstylesheet %}`
and
{% javascript %}
some JS code
{% endjavascript %}
Any ideas?
I have good news for you! This just recently merged: https://github.com/Shopify/theme-tools/pull/851
We're talking about adding support for JavaScript, too, but it's a slightly larger lift.