Quickly Look Up Parameters

Get help when completing function parameters.

Tip Screenshot

Need to quickly look up the names of parameters in methods and functions? Place the caret anywhere within the call of a method or function and press ⌘P (macOS) / Ctrl+P (Windows/Linux).


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.