https://github.com/karanmahato44/console-toggle
Quickly comment/uncomment console statements in your JavaScript/TypeScript codebase.
- Selected text - Toggle console statements in selection
- Entire file - Toggle all console statements
- Comment All - Comment all console statements regardless of current state
- Uncomment All - Remove all comment markers from console statements
- Remove All from File - Completely remove all console statements from current file
- Remove All from Project - Recursively remove all console statements from entire project
- Linux / Winbloat:
Ctrl+Alt+C - Mac:
Cmd+Option+C
Console Toggle: ToggleConsole Toggle: Comment AllConsole Toggle: Uncomment AllConsole Toggle: Remove All from FileConsole Toggle: Remove All from Project
console.error and console.warn are ignored by default. Enable in settings if needed.
JavaScript/TypeScript ecosystem only.



