Is your feature request related to a problem? Please describe.
I always have to check the self written documentation in my snippets to see what props I can pass to my snippet.
Describe the solution you'd like
I was thinking about something like this.
{% prop source = object | required: true %}
{% prop width = number | required: true | default: 768 %}
{%- liquid
prop source = object | required: true
prop width = number | required: true | default: 768
-%}
I know this image now shows the source autocomplete from HTML, but this could be an autocomplete/suggestion from Liquid. It works a little bit like typescript, but then for liquid.

At this point I'm not sure if this will work for liquid, but it's just a suggestion that I'd like to see.
Checklist
Is your feature request related to a problem? Please describe.
I always have to check the self written documentation in my snippets to see what props I can pass to my snippet.
Describe the solution you'd like
I was thinking about something like this.
{% prop source = object | required: true %} {% prop width = number | required: true | default: 768 %} {%- liquid prop source = object | required: true prop width = number | required: true | default: 768 -%}I know this image now shows the source autocomplete from HTML, but this could be an autocomplete/suggestion from Liquid. It works a little bit like typescript, but then for liquid.
At this point I'm not sure if this will work for liquid, but it's just a suggestion that I'd like to see.
Checklist