Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atharvathorve/console-cleaner
A vscode extension that comments out print statements for various languages.
https://github.com/atharvathorve/console-cleaner
java javascript languages python vscode vscode-extension
Last synced: 18 days ago
JSON representation
A vscode extension that comments out print statements for various languages.
- Host: GitHub
- URL: https://github.com/atharvathorve/console-cleaner
- Owner: AtharvaThorve
- Created: 2020-03-31T15:04:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:59:48.000Z (about 2 years ago)
- Last Synced: 2025-01-19T23:39:53.778Z (19 days ago)
- Topics: java, javascript, languages, python, vscode, vscode-extension
- Language: JavaScript
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Console-Cleaner
A vscode extension that comments out print statements for various languages.## Index
- [Context](https://github.com/AtharvaThorve/Console-Cleaner#context)
- [Usage](https://github.com/AtharvaThorve/Console-Cleaner#usage)
- [Set-up](https://github.com/AtharvaThorve/Console-Cleaner#set-up)
- [Authors](https://github.com/AtharvaThorve/Console-Cleaner#authors)## Context
This is a vscode that can comment out print statements for various languages like (Javascript, Python, Java and C++).
More languages will be added later.## Usage
1. Javascript
![](/gifs/JSTest.gif)
2. Python
![](/gifs/PythonTest.gif)
3. Java
![](/gifs/JavaTest.gif)
4. C++
![](/gifs/CppTest.gif)## Set-up
1. Clone this repository using the command `git clone https://github.com/AtharvaThorve/Console-Cleaner.git`
2. Move into this directory using the command `cd Console-Cleaner`.
3. Install dependencies using the command `npm install`.
3. Two ways to go from here.
1. Short-term method
1. Open Console-Cleaner in vscode using the command `code .`
2. Start debugger to use the extension.(Shortcut is to press F5)
3. Use the command pallete(ctrl+shift+p) provided by vscode to use the extension.
2. Long-term method
1. Copy this folder into the `.vscode/extensions` folder
2. Use the command pallete(ctrl+shift+p) provided by vscode to use the extension.## Authors
[Atharva Thorve](https://github.com/AtharvaThorve)