Add support for HTML comments
Hello,
First of all, thank you for creating such a fantastic and useful extension! It has been a great help in optimizing and cleaning code efficiently.
I would like to kindly request the addition of support for removing comments in HTML files. Currently, the extension does not seem to target , which would make it even more versatile for frontend developers working with HTML-based projects.
For example, it would be great if comments like:
<!-- This is an example comment -->
<div>Hello, World!</div>
...could be removed with your plugin.
Thank you again for your hard work and for providing such a handy tool. Looking forward to seeing it evolve further!
Best regards, Andrii
@Alecto this extension is not maintained anymore, I have made a fork and fixed a lot of problems: Remove Comments
@rioj7 Thank you for your efforts! I’ve installed your fork, and at first glance, it works perfectly, including with HTML. Great job!