microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion:Can I start a 'sub-tour' in my codetour?

kawhicurry opened this issue · comments

A tour with multiple path will be useful.
By doing this,I can record how program is running.Moreover,I can record my decision tree.

hey

Wouldn't those features combined kind of make a "sub-tour" capability?

So your primary tour could at some arbitrary points, have "decision tree" through other .tour links.
And if carefully crafted, those could link back

Primary
• 1
• 2
  >
     sub-tour
     •  2.1
     •  2.2
     •  2.3
  <
• 3
...

Thanks for reply after so long.
These features really solve my problem.