Python Method Navigator

EditRocket provides a tools for displaying a clickable list of Python methods contained in the programming editor. The Python method navigator can be launched using the Code - Function / Method Navigator menu item. It is also contained as a tab on the Python 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 Python method navigator works by parsing the currently active editor tab for Python methods. Each method found is displayed in an alphabetical list in a new side window. Clicking on the arrow button next to the method in the list takes the user to the line of the editor containing the first line of the method.