Skip to content

Find references

Find all usages of a symbol across the project.

Shortcut: Shift+F12

← All features

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.

refs-01-method-cross-module

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.

refs-02-local-variable

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.

refs-03-manager-module-method


← Back: Go to implementations · Next: Quick documentation (hover) →