uncommenter READMEunCommenter 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
Features
RequirementsThis extension works specifically with C++ files (.cpp, .h, etc.).
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of unCommenter with support for removing both single-line and multi-line comments in C++ files. Enjoy cleaner code with unCommenter! |