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

Play back: Ability to show the step's bubble (with description & progress bar) above the line

peter-kehl opened this issue · comments

Often the step's bubble looks intrusive, cutting in between the code and making it more difficult to follow.

Especially at the beginning of functions, types, blocks... it could help to show the step's bubble (with the description & progress bar) before the related code.

Please add that as a per-step bool option. If set to show the bubble above the source line, then please move the little triangle pointer/arrow from the top left of the progress bar to its bottom left.

Also, consider a configurable default value of this, a toggle button in the CODEBAR tree view section, and optionally in the status bar. And even a toggle in the step's bubble/progress bar itself.

It often makes difficult to read the code when those steps are in the middle.