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

Referencing tours from other codebases

tiagonbotelho opened this issue Β· comments

Hey everyone πŸ‘‹ first of all, thank you for this awesome tool ❀️

In projects composed of multiple small microservices, is it possible to chain multiple tours, each belonging to a different project, together?

The flow I had in mind was something along the lines:

project1 Tour
  - Step 1
  - Step 2
  - ...
  - Step N (This one would link to another CodeTour belonging to project2)
  - Step N+1 (Once that CodeTour was explored, it would return back to the original tour)

project2 Tour
  - Step 1
  - Step 2
  - ...
  - Step N

I'm wondering if there is maybe a shortcut available for this, for example for referencing a CodeTour in another project on GitHub and automatically loading it once clicked πŸ€”

Thanks again πŸ™‡

Closing this issue as I've had good success using GitHub Codespaces with a Workspace πŸ‘