Like say there's a react component in file A that sends an event to an xstate state machine in file B and then that has a number of state transitions that result all in different places in that file, it would be nice to be able to create a sequence of bookmarks so to speak between each of these places and then be able to easily jump forward and backward in that sequence in order to more easily reason about the code.
Does anybody know of tools like this?
CodeTour https://github.com/vsls-contrib/codetour
> CodeTour is a Visual Studio Code extension, which allows you to record and playback guided walkthroughs of your codebases.