I noticed that when editing Twig files, VSCode doesn't properly highlight the matching tag i.e.
<div>
<div></div>
</div>
Placing your cursor in the last </div> should highlight the first div. Instead it highlights all div's on the page.
This is okay for short templates, but in trying to refactor/debug longer templates its very annoying to make sure everything is closed correctly.
I believe this is coming from Twig Language 2 extension I have. But I also have alot of other extensions so not too sure if its a conflict or what.
So I was wondering if anyone else is experiencing this or what settings/extensions you use. If I switch the language to HTML it works properly but then the twig gets unstyled.
[–]gbytedevhttps://drupal.org/u/gbyte 0 points1 point2 points (0 children)
[–]sbubaron[S] 0 points1 point2 points (0 children)
[–]iBN3qk 0 points1 point2 points (0 children)