Open SomeAB opened 4 months ago
Please consider adding this feature now. Old thread from 6-7 years ago: https://github.com/vscode-django/vscode-django/issues/9
{# this is a one line comment #} this should help speed up the work of those working on Django templates
{# this is a one line comment #}
Currently, if you type comment .. it gives you an option to only add the multi-line comment, which is longer {% comment %}{% endcomment %}
comment
{% comment %}{% endcomment %}
its 4 alphabets vs 26 alphabets!
Also, there is no 'auto-closeoff' of the tag after typing {#
{#
There is a shortcut feature similar to comment + tab for inline comments as well.
All you have to do is type comm + tab and it autocompletes, resulting in {# ... #}.
comm
Please consider adding this feature now. Old thread from 6-7 years ago: https://github.com/vscode-django/vscode-django/issues/9
{# this is a one line comment #}
this should help speed up the work of those working on Django templatesCurrently, if you type
comment
.. it gives you an option to only add the multi-line comment, which is longer{% comment %}{% endcomment %}
its 4 alphabets vs 26 alphabets!
Also, there is no 'auto-closeoff' of the tag after typing
{#