DEV Community

Lynn Langit
Lynn Langit

Posted on

GitHub Codespaces CodeTour Features

I've been testing out VSCode CodeTour in GitHub Codespaces. See previous post for basic functionality.

CodeTour also includes some cool advanced features, including the ability to use 'well-known' commands (below).

Alt Text

I wanted to test the scenario of top level code tour (in one file), which ends by linking to next level code tour (in another file).

Note that the first CodeTour is in the top-level README.md file and the last step in this CodeTour includes a link to a second CodeTour (below).

Alt Text

The syntax I used is shown below:

[Open AWS CodeTour](command:codetour.startTourByTitle?["AWS-tour"])

When the student clicks the link at the end of the first CodeTour, the second code page opens and the second CodeTour starts (below).

Alt Text

Top comments (0)