Closed
Description
Angular's inline template HTML is treated as an HTML part by VSCode because Angular's extension registers that. Of course, the template string you pass to render(template)
is not treated as HTML, and you will not get assistance with closing tag completion, code formatting, or syntax highlighting.
I know it's not easy, but I think testing-library will be very convenient if this can be achieved.