CleanComms is a simple Visual Studio Code extension that allows you to remove all comments from the currently active file with a single click. This is especially useful for cleaning up files by quickly removing unnecessary comments without manually searching through the code.
Features
Removes all single-line comments (// comment).
Removes all multi-line comments (/* comment */).
Works on any currently open file in VS Code.
One-click operation triggered by a command.
Installation
Clone the repository or download the .vsix package.
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
Search for CleanComms or install it from the .vsix file.
Reload or restart VS Code.
Usage
Open any file in Visual Studio Code.
Press the 'Remove Comments' button in Status Bar.
Contributing
If you want to contribute to this project, dont steal this project :)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Zenox Development
Acknowledgments
Thanks to Visual Studio Code for providing an excellent platform for extensions.