If you like to write a lot of Consoles,echos,prints then this extension might be for you. It removes all the logs in just one Enter :)
Do not use this extension's commands in your php file where you have used echo or print to generate HTML. it will simply remove all the echos and prints.
- Removes All Javascript Consoles.
- Removes echo,print and print_r in you PHP file.
- Just open your Command Palette (CTRL+SHIFT+P for Windows, CMD+SHIFT+P for Mac).
- type
Remove JS Logs
for removing your logs from JS file. - type
Remove PHP Logs
for removing your logs from PHP file.
you need vscode ;)
none for now.
- Readme updated.
- Initial release of Better Logs Remover
- Javascript All Logs Removed
- PHP echo,print and print_r Removed
- I will try to add Directory Search so that it is easy to remove logs from multiple file.