'VSCode - HTML Include extension

Is there any VSCode extension to include HTML code during development? something like this:

   <body>
     <!-- @import "components/header.html" -->
     <main>
       <p>Hello world.</p>
     </main>
     <!-- @import "components/footer.html" -->
   </body>


Solution 1:[1]

Think you might be using the wrong pip. Could you run following in your terminal, with your venv activated.

$ pip --version
$ pip3 --version

Try installing with pip instead of pip3

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hommes