Find references¶
Find all usages of a symbol across the project.
Shortcut: Shift+F12
Find all usages of a method across the configuration¶
The cursor is placed on a common-module export method declaration and Shift+F12 (find references) is pressed. A list opens with every call to this method across the whole configuration, in different modules.
Find usages of a local variable (within a method)¶
The cursor is placed on a local variable inside a method and Shift+F12 (find references) is pressed. A list opens with the variable's occurrences, scoped to that single method.
Find all usages of a manager module method across the configuration¶
The cursor is placed on a manager-module method and Shift+F12 (find references) is pressed. A list opens with all calls to this method across the whole configuration.
← Back: Go to implementations · Next: Quick documentation (hover) →