Add console.log Faster

Use Postfix Completion to quickly add console.log.

Need to add console.log()? Type log and press (macOS) / Tab (Windows/Linux). Or first add the value, then type .log and press (macOS) / Tab (Windows/Linux).


Related Resources

Complete Current Statement
Add curly braces and move the cursor with a single keystroke.
Add New Dependencies
WebStorm can help you add a new dependency.
Convert to async Function
Quickly convert a function that returns a Promise to an async function.