Go to Symbol
BashSupport Pro implements Navigate → Symbol… This feature is available with the JetBrains plugin.

The typical use case is that you know the name of a Bash function, but not where it’s defined. Call Navigate → Symbol… and enter the first few characters of the name. BashSupport will fill in the matching functions. 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.