liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Inline Comment or a quicker way to comment a block?

Open newjie opened this issue 6 years ago • 1 comments

I hope I can just use "//" to comment out a line or to add some comment to a line, but it seems to me {% comment %}{% endcomment %} is the only way to comment out something, which is a lot of typing. If it is true, is there any app or browser extension to make this a one-click thing?

newjie avatar Nov 30 '17 19:11 newjie

@newjie you can now use {% # This is a comment %} 👍

See https://github.com/Shopify/liquid/pull/1498

Cam avatar Sep 08 '22 00:09 Cam