Closed JDDoesDev closed 1 year ago
This is an opinionated fix for https://github.com/mblode/vscode-twig-language/issues/34 but I belive that in twig we should make it easier to finish the logic and templating while sacrificing the single brackets.
Adds autocomplete to {{ and {% while removing the { autocomplete.
{{
{%
{
This is an opinionated fix for https://github.com/mblode/vscode-twig-language/issues/34 but I belive that in twig we should make it easier to finish the logic and templating while sacrificing the single brackets.
Adds autocomplete to
{{
and{%
while removing the{
autocomplete.