Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>No CommentsNew to Visual Studio Code? Get it now.
No Comments

No Comments

Eduardo Petrini

|
204 installs
| (0) | Free
remove all code comments in a file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

No Comments Extension

no-comments icon

Do you often copy or use AI-generated code with a lot of unnecessary comments? And do you struggle to remove them one by one to make your code more human-like? This extension is here to help you!

Introduction

The No Comments extension is designed to remove comments from your code, helping you focus on the essential aspects of your codebase. It detects and removes both single-line and multi-line comments.

Features

  • Removes single-line comments
  • Removes multi-line comments
  • Provides statistics on removed comments

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon in the Sidebar.
  3. Search for "No Comments".
  4. Click on the Install button.
  5. Once installed, reload Visual Studio Code.

Usage

  1. Open the file from which you want to remove comments.
  2. Use the shortcut or command palette to trigger the "No Comments: Remove Comments" command.
  3. The extension will remove comments from the active file and display statistics on the removed comments.

Configuration

No additional configuration is required. The extension works out of the box.

License

This extension is licensed under the MIT License.

Acknowledgements

  • Built with Visual Studio Code
  • Uses VS Code Extension API

Support

For any issues or suggestions, please open an issue on GitHub.


© 2024 No Comments Extension Authors. All rights reserved.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft