DEV Community

Discussion on: What are your "must have" custom snippets for your editor/IDE?

Collapse
 
deefourple profile image
Dave Dehghani

I use a console.log() snippet all the time.

As an added bonus I put a matching variable/value cursor like this:

console.log("[Cursor Here]", [Cursor Here])

Collapse
 
wolfhoundjesse profile image
Jesse M. Holmes

I like this idea for when I'm not using Turbo Console Log.