All notable changes to CodeSweep will be documented in this file.
| Type | Description | 👤 Thank To |
|---|---|---|
| 🐛 Fixed | Fixe to support xml in editor context menu | @prince0xdev |
| Type | Description | 👤 Thank To |
|---|---|---|
| ✨ Added | Support for executing commands via the editor context menu | @prince0xdev |
| 🔧 Changed | Automatically remove empty lines after cleaning code | @prince0xdev |
| 🐛 Fixed | Fixed leftover blank lines after code cleanup | @prince0xdev |
| Type | Description | 👤 Thank To |
|---|---|---|
| ✨ Added | CodeSweep: Clean Code command to remove comments and debug logs |
@prince0xdev |
| 🔧 Changed | Improved HTML comment handling | @prince0xdev |
| 🐛 Fixed | Fixed bug with inline JSX comments not being removed | @prince0xdev |
| Python comment removal needs improvement | — |
| Type | Description | 👤 Thank To |
|---|---|---|
| ✨ Added | Initial release of CodeSweep 🚀 | @prince0xdev |
| ✨ Added | Remove single-line comments (//, #, --, etc.) |
@prince0xdev |
| ✨ Added | Remove multi-line comments (/* */, <!-- -->, etc.) |
@prince0xdev |
| ✨ Added | Remove debug logs (console.log, print(), etc.) |
@prince0xdev |
| ✨ Added | Support for 30+ popular languages | @prince0xdev |
| JSX/TSX inline comments not fully handled | — | |
| HTML comment removal needs improvement | — |