PHP Function Navigator
EditRocket provides a tools for displaying a clickable list of PHP functions contained in the programming editor. The PHP function navigator can be launched using the Code - Function / Method Navigator menu item. It is also contained as a tab on the PHP sidekick. The ctrl or cmd + shift + n keyboard shortcut can also be used to display a popup window listing all of the functions in the current editor.
The PHP function navigator works by parsing the currently active editor tab for PHP functions. Each function found is displayed in an alphabetical list in a new side window. Clicking on the arrow button next to the function in the list takes the user to the line of the editor containing the first line of the function.