Visual Studio Code – VS Code extension for autocompleting HTML tag in Twig files in Symfony 6 project
I'm looking for a VS Code extension which help me autocomplete my HTML tag in twig files. I would like to write "h1", then press enter and get: <h1></h1> For now I installed thoses extensions: "Symfony code snippets And Twig…