Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmj-007/purgeconsole
- Owner: KMJ-007
- License: mit
- Created: 2022-06-07T05:47:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T05:15:47.000Z (over 1 year ago)
- Last Synced: 2024-11-07T19:32:28.387Z (2 months ago)
- Language: TypeScript
- Size: 6.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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 ❤️