WebStorm 2019.1 Help

Code reference information

WebStorm shows you reference for standard APIs, for symbols from your project and from its dependencies, as well as for symbols defined in external libraries. You can view the documentation for symbols in the Documentation popup, get information on method parameters, and open documentation on external sites if links to them are available.

For most HTML tags and for some attributes WebStorm can show you a summary from the corresponding MDN article.

See JavaScript Documentation Look-Up, TypeScript documentation look-up, and HTML documentation look-up for details.

Productivity tips

Copy tooltip text to the clipboard

To copy tooltip text to the clipboard, hold Alt (on Linux, hold Ctrl+Alt) and click the tooltip.

View context information

If the current method or class declaration is not visible, you can view it in the tooltip by pressing Alt+Q.

Last modified: 16 May 2019

See Also

Getting Started: