Console Log Remover
Overview
Console Log Remover is a VS Code extension that adds functionality for commenting or removing all console.log( )
line of code in a file.
Features
- Feature 1: Comment console.log( )
- Feature 2: Remove console.log( )
Installation
To install, follow these steps:
- Open VS Code.
- Click on the Extensions sidebar panel on the left-hand side of the window.
- Search for "console log remover".
- Click on "Install".
- Once installed, click on "Reload" to activate the extension.
Usage
To use, follow these steps:
- Step 1: Open command pallate by pressing
ctrl + shift + p
- Step 2: Type command "Log comment" to comment console.log( )
- Step 3: Type command "Log remove" to remove console.log( )
Contributing
If you would like to contribute to My Extension, please follow these steps:
- Fork the GitHub repo for Console Log Remover.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Open a pull request to merge your changes into the main branch of the repo.
Credits
My Extension was developed by me.
| |