vscode-auto-close-tag icon indicating copy to clipboard operation
vscode-auto-close-tag copied to clipboard

Wrong closing tags in blade files

Open ph7jack opened this issue 2 years ago • 0 comments

When I try to access a PHP property inside the blade compiler, it closes the tag env if it's already closed image

How to reproduce

  1. create a blade file
  2. copy this code
<span {{ $attributes }} class="{{ $avatarClasses }}">
    ...
</div>
  1. Add the -> after the $attributes variable

ph7jack avatar Jul 24 '22 18:07 ph7jack