How can I find out where a function is declared in my source code?

To find out where a function is declared in source file, follow steps below:

  1. Double-click on source file.

    Source file appears in the Editor view.

  2. In Source file, right-click the function name.

    A context menu appears.

  3. From context menu, select Open Declaration .

The source file that contains the function declaration appears.