microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.34k stars 109 forks source link

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

Open peter-kehl opened 1 year ago

peter-kehl commented 1 year ago

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.

aryanf commented 6 months ago

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