Remove All Console Logs
This is a simple extension that allows you to remove all console logs from the current file in Visual Studio Code.
How to Use
Shortcut Option
- Navigate to the file from which you want to remove console logs.
- Press
Alt + C to quickly eliminate all console logs.
Editor Commands Option
- Open the Editor Commands by pressing
Ctrl + Shift + P (Windows/Linux) or Cmd + Shift + P (Mac).
- Type
> Remove All Console Logs and select the command from the list.
Feel free to choose the method that suits your workflow best and enjoy a cleaner codebase!
| |