do you also get bored sometimes, in commenting or removing "console.log()" after debugging like me ?
then you will love this extension 💝
Run ext install KaranJanthe.purgeConsole in the command palette.
Open command palette with command/ctrl + p
type >
Run Comment All console or Remove All console in the command palette by hitting enter and see the magic 🪄.
It now supports other console method also:
- console.log,
- console.table
- console.time
- console.timeLog
- console.timeEnd

