An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![noConsole](./media/icon.png)

# 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.