Add New Dependencies

WebStorm can help you add a new dependency.

Tip Screenshot

To quickly add a new dependency to your project, add an import statement first, then press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and click Install and add to dependencies/devDependencies in package.json.


Related Resources

Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Create Arrow Functions in One Click
Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
Convert to async Function
Convert to async Function
Quickly convert a function that returns a Promise to an async function.