Here’s a modified version of your description with improved readability and a professional tone:
Console Remover
The Console Remover extension helps streamline your code by removing all console statements (e.g., console.log, console.error, console.warn, etc.) from the current file or all files in the src directory with ease.
Features
Remove console statements: Quickly eliminate all console.* statements from your files to keep your code clean and production-ready.
File and directory support: Remove console statements from the currently open file or the entire src directory with a single command.
Effortless usage: Seamlessly integrates with Visual Studio Code for quick and efficient operation.
Tip: Open a project containing multiple console.* statements and run the Remove Console Logs command to see the extension in action.
Requirements
Visual Studio Code version ^1.95.0 or later.
Extension Settings
Currently, this extension does not include configurable settings.
Known Issues
None reported at this time. Feel free to share feedback or report issues in the repository.
Release Notes
0.0.2
Added functionality to remove all console.* statements (e.g., console.log, console.error, console.warn) from the current file or the src directory.
0.0.1
Initial release with basic functionality.
Guidelines and Best Practices
This extension adheres to VS Code's extension development guidelines and best practices to ensure reliability and ease of use.
Enjoy a cleaner and more professional codebase with Console Remover!