VSCode does not highlight HTML tags close after clicking on it in PHP files. Everything is fine in the HTML file. Example:

HTML file, oneclick in div (highligh open and close tag)

HTML file, doubleclick on div (counting all occurrences)

And the PHP file, it doesnβt matter - oneclick or doubleclick - it always takes into account all the events
I'm not sure if this is a bug or function, but I would be very happy if I could find the html close tags in my php file (for example, in an html file). Especially in more complex projects.
source share