codetour
codetour copied to clipboard
VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
When I'm writing a step, if I have more than 5 lines of text it gets really hard for me to navigate around to write and edit. Is there some...
Logged issue here https://github.com/trailheadapps/lwc-recipes/issues/712 This repo comes with a code tour  Linked [here](https://github.com/trailheadapps/lwc-recipes/tree/main/.tours)
The Current Commit versioning strategy for tours is quite brittle, because it is based on commit hashes. The moment history gets rewritten by a rebase, the tour becomes untethered from...
I need to make links to a netlify host which is created during the tour. How can I set it and then make it available?
I am trying to link a series of tours in a single repository and no amount of naming conventions seem to work. From the docs: > nextTour - The title...
Fixes #196 Fixes #187 This PR fixes a couple of issues we were running into this week. 1. Inserting code causes the tour step line numbers to get out of...
This PR allows to customize the default title when creating a new step. By default, it will create the title with the format `{{file}}`. The available variables are: - `file`...
This PR organizes the tours by sub-directories. It should fixes #50
We have written the Issue Type: Bug Opened VS Code for the new Angular project folder and VS Code started crashing and taking down the extension host Extension version: 0.0.58...
This may be more of a VS Code question than a CodeTour question, but is it possible to link to a file in the workspace without linking to a specific...