Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ODA Dialog Code Visual HelperNew to Visual Studio Code? Get it now.
ODA Dialog Code Visual Helper

ODA Dialog Code Visual Helper

Niek

|
1 install
| (0) | Free
Displays actionable links above transitions to quickly follow states and a breadcrumb in the status bar to backtrack states. Highlights TODOs and FIXMEs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧠 oda-dialog-code-visual-helper README

This VS Code extension streamlines the development of Oracle Digital Assistant (ODA) skills built using YAML.

In YAML code the flow of the conversation is basically an ordered list of state transitions. Tracing these transitions manually can become tedious — especially in large files.

✨ What this extension does

  • Adds clickable CodeLens links next to each transition and automatically scrolls to the target state when clicked

Follow transition

  • Tracks visited states and shows them as a breadcrumb trail in the status bar and lets you quickly backtrack to previous states

Backtrack

  • Highlights TODO and FIXME in the code

Highlighting

  • Displays a Go to start button in the status bar to go to the first state with the "System.Intent" component. Handy as starting point to transition into different flows.

Getting Started

You can find the YAML code in the skill conversation designer/dialog code. You can edit that code inline in the ODA platform, but it is very slow (it is saved to the cloud after every change) and error phrone (there is no source control). Therefore it is considered best practise to edit the code in a code editor like VSCode. Install the extension. Run command (cntrl + shift + p) Trace transition, Backtrack transition or Go to Intent State.

Known Issues

Visual Flow Designer

Skills built using the Visual Flow Designer do not use YAML code and as such do not need this extension.

Release Notes

1.0.0

Initial release of extension

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft