Console Cleaner
A VS Code extension that finds and removes all console.log (and other console.*) statements from the current file or entire workspace with a single command. Perfect for cleaning up debug code before committing.
Stack
TypeScriptVS Code API
Features
- —Remove console.log from current file or entire workspace
- —Configurable — choose which console methods to target
- —Preview mode shows what will be removed before applying
- —Undo support via VS Code's native edit history