Create Arrow Functions in One Click

WebStorm can help you add arrow functions to your code.

Arrow functions? Yes, please! Press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux) to convert a function to an arrow function.


Related Resources

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