mblode / vscode-twig-language

VS Code extension with snippets, syntax highlighting, hover, and formatting for Twig.
https://marketplace.visualstudio.com/items?itemName=mblode.twig-language
MIT License
42 stars 7 forks source link

Tab triggers for expressions #8

Open ijy opened 6 years ago

ijy commented 6 years ago

Is it possible to add in tab triggers for expressions as with the Twig plugin for Sublime Text?

}}      {{  }}
%%      {%  %}
##      {#  #}
mblode commented 6 years ago

I looked into adding this feature but for some reason I don't think VSCode excepts those characters for snippet expansion. But I will look into it again and maybe I'll try copy it from another VSCode extension. Do you know of any that have a similar feature?