vscode-auto-close-tag
vscode-auto-close-tag copied to clipboard
Wrong closing tags in blade files
When I try to access a PHP property inside the blade compiler, it closes the tag env if it's already closed
How to reproduce
- create a blade file
- copy this code
<span {{ $attributes }} class="{{ $avatarClasses }}">
...
</div>
- Add the
->
after the$attributes
variable