vscode-twig-language icon indicating copy to clipboard operation
vscode-twig-language copied to clipboard

Closing brackets inside html tags

Open AlexNodex opened this issue 4 years ago • 0 comments

When adding {{ inside an html tag that's on the same line i/e <textarea>{{</textarea> the auto complete of the closing tag does not fire. It fires fine and auto closes the brackets if the html tag is on more than one line i/e

<textarea>
{{ }}<--- this gets added automatically when the html tag it on multiple lines
</textarea>

AlexNodex avatar Apr 07 '22 08:04 AlexNodex