Function search
In Code Editor, you can search a file for all or part of a function.
Display the Function Search view with
.Enter a part of the function name to return all functions in all files in the project that meet the search criteria. For example, entering ord returns a list of functions with ord in their name such as order_new() and close_order().
Double-click on a line in the results to go to the selected function.