Replace with Template String

How to replace a regular string with a template literal in WebStorm.

Want to use a template string (aka template literal) instead of a regular string? Press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux) and select Replace with template string.


Related Resources

Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Add New Dependencies
Add New Dependencies
WebStorm can help you add a new dependency right when you need it.
Convert to async Function
Convert to async Function
Quickly convert a function that returns a Promise to an async function.