Check Documentation in JavaScript

Hover over a symbol or use a shortcut to quickly review documentation.

Need to quickly check docs for the standard JavaScript methods and other symbols but don’t feel like googling? Hover over a symbol or press F1 (macOS) / Ctrl+Q (Windows/Linux) to invoke the Documentation popup. If needed, you can also go to the corresponding MDN page for more details right from there (make sure to press F1 (macOS) / F1 (Windows/Linux) to see the MDN link).


Related Resources

Create Arrow Functions in One Click
Create Arrow Functions in One Click
WebStorm can help you add arrow functions to your code.
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.