These commands help you move quickly between different parts of your project. They are especially useful in large programs with many steps and variables spread across multiple Sequences.
Jumps directly to a step by its name or ID. A QuickPick list shows all steps in the project, and you can type to filter. Selecting a step scrolls the visual editor to that step and highlights it.
To run this command:
If the step is in a different Sequence file, the editor will open that file automatically.
Jumps to where a variable is defined or first used. This is helpful when you see a variable in a transition condition and want to understand where it comes from.
To run this command:
Switches the current Sequence file to the visual (graphical) editor view. This is the drag-and-drop diagram editor where you place steps, transitions, and actions on a canvas.
Switches the current Sequence file to the text (Python code) editor view. This shows the underlying Python source code of your Sequence, which can be useful for advanced editing or debugging.
You can switch freely between the visual and text editors. Changes made in one view are reflected in the other.
| Command | Description |
|---|---|
| Go To Step | Jump to a step by name or ID |
| Go To Variable | Jump to variable definition |
| Open Visual Editor | Switch to the visual Sequence view |
| Open Text Editor | Switch to the Python code view |