t3pfaffe / liquid-comments

VSCode Extension to confgure <insert comment> shortcut to use Liquid's comment syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tell VSCode's Comment Shortcut to use Liquid Comments on .liquid files

Before

.liquid

<!-- {% if product.tags contains 'new' %} -->

After

.liquid

{% comment %} {% if product.tags contains 'new' %}  {% endcomment %}

Why?

Keep your .liquid file comments hidden from the client.

About

VSCode Extension to confgure <insert comment> shortcut to use Liquid's comment syntax

License:Do What The F*ck You Want To Public License