Go To Symbol
BashSupport Pro implements Navigate → Symbol….
The typical use case is that you know the name of a Bash function, but not where it is declared. Call Navigate → Symbol… and enter the first few characters of the name. BashSupport Pro will fill in the matching function definitions. Now press Enter to navigate to a particular item.
Navigate by Function Name
Enter the name of the function you’re looking for. If a file contains multiple definitions, then all will be shown in the list.
Navigate by Variable Name
Enter the name of the variable you’re looking for. If a file contains multiple definitions of the same name, then only the first one is shown in the list.