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
Using the if autocomplete. When my cursor is at the end of thumb in {% if event.show_thumb %}{% endif %}, it will expand to {% if <event class="thumb_show"></event> %}{% endif %} when it should move the cursor to the inside of the if-block.
The text was updated successfully, but these errors were encountered:
Using the
if
autocomplete. When my cursor is at the end ofthumb
in{% if event.show_thumb %}{% endif %}
, it will expand to{% if <event class="thumb_show"></event> %}{% endif %}
when it should move the cursor to the inside of the if-block.The text was updated successfully, but these errors were encountered: