This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
/* | |
Why did I make this? | |
I work in large codebase with lots of errors and warnings in the console that do not actually matter. | |
I also don't like filtering my console messages to info only because I will forget to switch it back to verbose. | |
I wanted to make my console message standout more visually and a | |
quick way to jump back into my code from the browser. | |
Install | |
1. shift + command + p | |
2. Snippets: Configure Snippets |
OlderNewer