noConsole – A VS Code extension that removes primary console statements (log, error, warn, info, debug, trace) from your code with ease, helping you maintain a cleaner and more professional codebase.
- Quick Console Cleanup: Instantly remove all primary console statements (
console.log,console.error,console.warn,console.info,console.debug,console.trace) from the active file. - Easy Access: Use the Command Palette, keyboard shortcut, or right-click context menu to initiate log removal.
- Command Palette: Open the Command Palette (
Ctrl+Shift+P), type "Remove Console Logs," and select it to remove allconsole.logstatements from the active file. - Keyboard Shortcut: Press
Ctrl+Shift+Lto quickly removeconsole.logstatements. - Right-Click Menu: Right-click in the editor and select "Remove Console Logs" to clean up
console.logstatements.
This extension is licensed under the MIT License. See the LICENSE file for more details.