https://github.com/sharafdin/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.
https://github.com/sharafdin/noconsole
console console-log debugging-tool noconsole
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sharafdin/noconsole
- Owner: sharafdin
- License: mit
- Created: 2024-11-07T02:12:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T04:28:05.000Z (over 1 year ago)
- Last Synced: 2025-04-14T07:18:08.842Z (about 1 year ago)
- Topics: console, console-log, debugging-tool, noconsole
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Sharafdin.noconsole
- Size: 77.1 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# noConsole
**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](https://github.com/sharafdin/noConsole/blob/main/LICENSE) file for more details.