This is a VS Code extension that allows you to remove comments from JavaScript (.js), JSX (.jsx), TypeScript (.ts), and TSX (.tsx) files.
Once the extension is installed, you can remove all comments from your code by following these steps:
- Open the file you want to remove comments from.
- Press
Ctrl + Shift + Pto open the command palette. - Type "Remove All Comments" and select the command.
- All the comments in the file will be removed
The extension supports the following file types:
- JavaScript (
.js) - JSX (
.jsx) - TypeScript (
.ts) - TSX (
.tsx)
Feel free to contribute to this project by submitting bug reports or feature requests on the GitHub repository.