microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.34k stars 109 forks source link

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

Closed kawhicurry closed 2 years ago

kawhicurry commented 2 years ago

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.

JonatasAmaral commented 2 years ago

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
...
kawhicurry commented 2 years ago

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