Remove Vue.js Comments is a lightweight Visual Studio Code extension that helps developers automatically remove comments from Vue.js files. Whether it's single-line, multi-line JavaScript comments, or HTML comments within Vue templates, this extension ensures your code stays clean and production-ready.
Features
Automatically removes single-line (//) and multi-line (/* */) comments from JavaScript/TypeScript sections.
Removes HTML comments (<!-- -->) in Vue templates.
Works seamlessly with Vue.js single-file components (.vue).
How to Use
Open a Vue.js file in your editor.
Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) to open the Command Palette.
Search for "Remove Vue.js Comments" and execute the command.
Alternatively, you can install from a .vsix file by opening the Command Palette (Ctrl+Shift+P), selecting "Install from VSIX...", and choosing the downloaded .vsix file.
Contributing
If you'd like to contribute to this project, feel free to submit a pull request or open an issue on the GitHub repository. Contributions are welcome and appreciated!
License
This project is licensed under the MIT License - see the LICENSE file for details.