WebStorm 2021.2 Help

Viewing Definition

Quick Definition Lookup shows you where and how your project symbols (classes, methods/functions, fields, tags, etc) are defined. For TypeScript objects, WebStorm also displays their inferred types. For markup languages, WebStorm retrieves definitions of symbols from the specified DTD or schema. See HTML and XML for details.

WebStorm can show symbol definitions in a popup or in a tooltip. A popup shows a full definition of a symbol with the possibility to view its usages. A tooltip shows a brief definition of a symbol with the possibility to jump to its declaration.

View the definition in a popup

  1. Position the caret at the symbol and press Ctrl+Shift+I or select View | Quick Definition from the main menu.

    Quick definition popup
  2. To jump to the definition of the symbol, press F4. Alternatively, click the Options icon and select Edit Source from the list.

    Quick definition popup: the More (Options) icon on the toolbar
  3. If there are several definitions of a symbol, select the relevant one from the list. Use the Back and Forward icons on the toolbar to move to the previous or to the next definition.

    Viewing usages of a symbol in the quick definition popup

    Alternatively, click the Options button and select Open in Find Tool window from the list to browse the usages in the Find tool window. See Finding usages of a symbol in a project for details.

    Quick definition popup: multiple usages, click More icon to open the Find tool window

View the definition in a tooltip

  • With the Ctrl key pressed, hover your mouse pointer or the cursor over the symbol. WebStorm displays the symbol as a link and shows its definition in a tooltip.

    ws_quick_definition_lookup_tooltip.png
  • To jump to the definition of the symbol, click the link.

View quick type definition

With WebStorm, you can quickly view the type that defines a variable, a field, a methods, or any other symbols in a popup without switching from the code you are editing. For an instance of a class, this will reveal the class itself instead of where this instance is defined.

  • Place the caret at the symbol for which you want to view the type definition and select View | Quick Type Definition.

    Quick type definition
Last modified: 12 November 2021