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

After adding some lines, you can't jump to the right place.

MUCHWAY opened this issue · comments

When I was using codetour version 0.0.59, after I set a step on a line, for example, line 100, I added some codeto the front of the line, and the position I wanted to jump to is now 110 lines, but at this time, the original step can only jump to 100 lines, which is very obvious and unreasonable. I think it needs improvement. When my code is increased, the destination is no longer the original line, and the line recorded by step needs to be updated so that I can jump to the right place.

@MUCHWAY I think this may not be the one you want but they did mention it in their doc at Maintaining Tours part. This problem is similar to the Bookmark extension