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.
Features
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.
Usage
Command Palette: Open the Command Palette (Ctrl+Shift+P), type "Remove Console Logs," and select it to remove all console.log statements from the active file.
Keyboard Shortcut: Press Ctrl+Shift+L to quickly remove console.log statements.
Right-Click Menu: Right-click in the editor and select "Remove Console Logs" to clean up console.log statements.
License
This extension is licensed under the MIT License. See the LICENSE file for more details.