Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>unCommenterNew to Visual Studio Code? Get it now.
unCommenter

unCommenter

Menna Abdelbaset

|
35 installs
| (0) | Free
is a VSCode extension designed to streamline the process of removing comments from C++ files. Whether you're working with single-line (//) or multi-line (/* */) comments, unCommenter efficiently cleans up your code, making it easier to read and debug.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

uncommenter README

unCommenter is a VSCode extension designed to streamline the process of removing comments from C++ files. Whether you're working with single-line (//) or multi-line (/* */) comments, unCommenter efficiently cleans up your code, making it easier to read and debug.

How to use it

  • Go to the file that you want to remove comments from
  • press on Command Palette or press ctrl+p
  • type '>Uncommenter'
  • you will have option 'Uncommenter' when you choose it, your comments will be removed

Features

  • Automatically removes both single-line and multi-line comments from C++ files. Integrates seamlessly into the VSCode editor for quick and easy usage.

Requirements

This extension works specifically with C++ files (.cpp, .h, etc.).

As it is designed to remove comments done with '//' or /**/

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of unCommenter with support for removing both single-line and multi-line comments in C++ files.


Enjoy cleaner code with unCommenter!

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