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
Thanks for providing this package for Sublime Text!
One thing I run into often: I tend to type out my tags starting with the brackets. I don't rely heavily on autocomplete based on keywords. I guess for shorter keywords like for it's not as apparent, but if I start typing:
{% autoes
Autocomplete pops up and gives me the option to complete the tag, which gives me:
{% {% autoescape "type" %}
{% endautoescape %}}
Which is a broken tag nested in brackets I started typing.
Is it possible to detect that I've already typed the opening tag brackets and just complete the opening tag so I can continue typing what I want inside it? This consistently trips me up.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for providing this package for Sublime Text!
One thing I run into often: I tend to type out my tags starting with the brackets. I don't rely heavily on autocomplete based on keywords. I guess for shorter keywords like
for
it's not as apparent, but if I start typing:Autocomplete pops up and gives me the option to complete the tag, which gives me:
Which is a broken tag nested in brackets I started typing.
Is it possible to detect that I've already typed the opening tag brackets and just complete the opening tag so I can continue typing what I want inside it? This consistently trips me up.
Thanks!
The text was updated successfully, but these errors were encountered: