|
| 1 | +# Comment Cleaner Pro |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <img src="media/icon.png" width="128" height="128" alt="Comment Cleaner Pro Logo"> |
| 5 | +</p> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://marketplace.visualstudio.com/items?itemName=ChristliebDela.comment-cleaner-pro"> |
| 9 | + <img src="https://img.shields.io/visual-studio-marketplace/v/ChristliebDela.comment-cleaner-pro" alt="Version"> |
| 10 | + </a> |
| 11 | + <a href="https://marketplace.visualstudio.com/items?itemName=ChristliebDela.comment-cleaner-pro"> |
| 12 | + <img src="https://img.shields.io/visual-studio-marketplace/d/ChristliebDela.comment-cleaner-pro" alt="Downloads"> |
| 13 | + </a> |
| 14 | + <a href="https://github.com/christliebdela/Comment-Cleaner-Pro/blob/main/LICENSE"> |
| 15 | + <img src="https://img.shields.io/github/license/christliebdela/Comment-Cleaner-Pro" alt="License"> |
| 16 | + </a> |
| 17 | +</p> |
| 18 | + |
| 19 | +<p align="center"> |
| 20 | + <a href="https://github.com/christliebdela/Comment-Cleaner-Pro/actions/workflows/ci.yml"> |
| 21 | + <img src="https://github.com/christliebdela/Comment-Cleaner-Pro/actions/workflows/ci.yml/badge.svg" alt="CI"> |
| 22 | + </a> |
| 23 | + <a href="https://github.com/christliebdela/Comment-Cleaner-Pro/issues"> |
| 24 | + <img src="https://img.shields.io/github/issues/christliebdela/Comment-Cleaner-Pro" alt="Issues"> |
| 25 | + </a> |
| 26 | + <a href="https://github.com/christliebdela/Comment-Cleaner-Pro/pulls"> |
| 27 | + <img src="https://img.shields.io/github/issues-pr/christliebdela/Comment-Cleaner-Pro" alt="Pull Requests"> |
| 28 | + </a> |
| 29 | +</p> |
| 30 | + |
| 31 | +Clean, streamlined code at your fingertips. Remove comments from your source files across 20+ programming languages with just a click.. |
| 32 | + |
| 33 | +## Features |
| 34 | + |
| 35 | +- **Multi-language Support** - Works with 20+ popular programming languages including Python, JavaScript, TypeScript, HTML, CSS, C/C++, Java, Ruby, Go, and more. |
| 36 | +- **Context Menu Integration** - Right-click in your editor to clean comments from the current file. |
| 37 | +- **Batch Processing** - Clean multiple files at once using glob patterns. |
| 38 | +- **Backup Options** - Create automatic backups before removing comments. |
| 39 | +- **Customizable Processing** - Options to handle unknown file types and recursive directory processing. |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +## Supported Languages |
| 44 | + |
| 45 | +- Python |
| 46 | +- JavaScript/TypeScript |
| 47 | +- HTML/CSS |
| 48 | +- C/C++ |
| 49 | +- Java |
| 50 | +- Ruby |
| 51 | +- Go |
| 52 | +- PHP |
| 53 | +- SQL |
| 54 | +- Swift |
| 55 | +- Rust |
| 56 | +- Kotlin |
| 57 | +- Bash/Shell |
| 58 | +- PowerShell |
| 59 | +- Lua |
| 60 | +- Perl |
| 61 | +- YAML |
| 62 | +- Haskell |
| 63 | +- Dart |
| 64 | +- MATLAB |
| 65 | +- R |
| 66 | +- C# |
| 67 | +- And more... |
| 68 | + |
| 69 | +## Usage |
| 70 | + |
| 71 | +### Clean Current File |
| 72 | + |
| 73 | +1. Open a source code file |
| 74 | +2. Right-click in the editor and select "Comment Cleaner Pro: Clean Current File" |
| 75 | +3. Alternatively, open the command palette (Ctrl+Shift+P) and search for "Comment Cleaner Pro: Clean Current File" |
| 76 | + |
| 77 | +### Clean Multiple Files |
| 78 | + |
| 79 | +1. Open the command palette (Ctrl+Shift+P) |
| 80 | +2. Search for "Comment Cleaner Pro: Clean Multiple Files" |
| 81 | +3. Enter a file pattern (e.g., `*.js`, `src/**/*.py`) |
| 82 | +4. Follow the prompts to configure backup and processing options |
| 83 | + |
| 84 | +## Requirements |
| 85 | + |
| 86 | +- Python 3.6 or higher |
| 87 | + |
| 88 | +## Extension Settings |
| 89 | + |
| 90 | +This extension doesn't require any configuration settings. |
| 91 | + |
| 92 | +## Known Issues |
| 93 | + |
| 94 | +Please report any issues on our [GitHub repository](https://github.com/christliebdela/Comment-Cleaner-Pro/issues). |
| 95 | + |
| 96 | +## Release Notes |
| 97 | + |
| 98 | +### 0.1.0 |
| 99 | + |
| 100 | +- Initial release of Comment Cleaner Pro |
| 101 | +- Support for 20+ programming languages |
| 102 | +- Single file and batch processing features |
| 103 | +- Backup creation option |
| 104 | + |
| 105 | +## License |
| 106 | + |
| 107 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
| 108 | + |
| 109 | +## Author |
| 110 | + |
| 111 | +[Christlieb Dela](https://github.com/christliebdela) |
0 commit comments