Skip to content

Instantly share code, notes, and snippets.

View Blumed's full-sized avatar

Cullan Blumed

View GitHub Profile
@Blumed
Blumed / slog.code-snippets
Last active March 30, 2025 22:56
A more helpful console.log snippet for vscode
/*
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