Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)