Console Auditor
Console Auditor is a lightweight, privacy-first Visual Studio Code extension that helps you find, manage, and clean up 100% offline. No telemetry. No external services. ✨ Features🔍 Scan Your ProjectQuickly scan your workspace to find every supported Supported methods include:
Using AST-based analysis, Console Auditor accurately detects console statements while avoiding false positives inside comments, strings, or documentation. 🎨 Highlight Console StatementsInstantly highlight console statements in the editor to make them easy to spot while reviewing your code.
🚫 Disable LogsNeed to keep your logs for later? Disable them with one click by commenting them out while preserving your original formatting and indentation. 🗑️ Remove LogsSafely remove console statements from a file or an entire workspace before production releases. Designed to keep your code clean without breaking formatting. ↩️ Restore ChangesAccidentally removed or disabled a log? Restore recent changes directly from the extension without manually searching through your files. 📊 Export ReportsGenerate reports in multiple formats:
Reports include useful information such as:
📌 Helpful Productivity Features
🧩 Supported LanguagesConsole Auditor currently supports:
Additional language support can be added in future releases. 🚀 CommandsOpen the Command Palette ( Available commands include:
⚙️ ConfigurationConsole Auditor provides configurable settings, including:
You can customise everything from the VS Code Settings page. 🔒 PrivacyYour code never leaves your computer. Console Auditor is built with privacy in mind.
Everything runs locally inside Visual Studio Code. 📷 Screenshots
Suggested images:
💡 Why Console Auditor?Many projects accumulate dozens—or even hundreds—of forgotten console statements during development. Console Auditor helps you:
It's a simple tool designed to make production releases cleaner and more confident. 🛣️ RoadmapPlanned improvements include:
🤝 ContributingI'm not an expert, still learning. There can be bugs, if you see anything wrong, any bug, you can let me know, I'll appreciate your efforts.📄 LicenseLicensed under the MIT License. |