Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kmj-007/purgeconsole

Simple VsCode extension that purge all console available in file
https://github.com/kmj-007/purgeconsole

Last synced: 14 days ago
JSON representation

Simple VsCode extension that purge all console available in file

Awesome Lists containing this project

README

        

# purgeConsole

do you also get bored sometimes, in commenting or removing ``` "console.log()"``` after debugging like me ?

then you will love this extension 💝

## Installation

Run ```ext install KaranJanthe.purgeConsole``` in the command palette.

## Usage

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 🪄.
### update:
It now supports other console method also:
- console.log,
- console.table
- console.time
- console.timeLog
- console.timeEnd

![video](img/demoVideo.gif)

![img](img/look%20who%20is%20purging.png)

## Made by [Karan](https://twitter.com/KaranJanthe) with ❤️