You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's annoying to have to write {% to get the full {% %}. Especially when you need an open and closing tag.
It's annoying to get the full {% comment %} {% endcomment %} when doing CMD+/ when you're inside a {% liquid %} tag. I would expect a # instead.
Describe the solution you'd like
Keep the same shortcut for comment, but use # instead inside liquid tag
CMD + { for {% ${0} %}
CMD + SHIFT + { for
{% ${1} %}
${0}
{% end${1} %}
Maybe some other nice feature to automatically get the - in the syntax as well to control the whitespacing.
Describe alternatives you've considered
Emmet like syntax. I've already opened that discussion before, but it would be even handier if you just could type rend and then hit tab to print {% render '${0}' %}. Like I do in my extension. I think that that is also the main reason why people install my extension, but to be honest, I want to mark that one as deprecated if all of the above points could be implemented. The Shopify owned extension became so powerfull without bloating anything, but having this emmet functionality really is a must for me.
Checklist
I have checked and made sure that the proposal adheres to this plugin's principles
The text was updated successfully, but these errors were encountered:
stijns96
changed the title
Shortcut enhancements
Shortcut enhancements + emmet like functionality
Apr 30, 2025
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
{%
to get the full{% %}
. Especially when you need an open and closing tag.{% comment %} {% endcomment %}
when doingCMD+/
when you're inside a{% liquid %}
tag. I would expect a#
instead.Describe the solution you'd like
#
instead insideliquid
tagCMD + {
for{% ${0} %}
CMD + SHIFT + {
for-
in the syntax as well to control the whitespacing.Describe alternatives you've considered
Emmet like syntax. I've already opened that discussion before, but it would be even handier if you just could type
rend
and then hit tab to print{% render '${0}' %}
. Like I do in my extension. I think that that is also the main reason why people install my extension, but to be honest, I want to mark that one as deprecated if all of the above points could be implemented. The Shopify owned extension became so powerfull without bloating anything, but having this emmet functionality really is a must for me.Checklist
The text was updated successfully, but these errors were encountered: