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.36k stars 113 forks source link

Show description in explorer view #292

Open gmkado opened 1 year ago

gmkado commented 1 year ago

Thanks for the awesome extension!

Maybe I'm missing some configuration, but in the explorer sidebar my view looks like:

#1 - path/to/first/step.cs
#2 - path/to/second/step.cs

It would be great to see the description associated with each step here so we can skip to a specific point in the tour

nuorder-vrobison commented 1 year ago

Yes. Or a Title! I mostly navigate from the explorer, for very complex code paths. Having a title would be a huge time-saver.

hitzhangjie commented 11 months ago

Yes, maybe we could write the discussion like git commit message:

heading 
[blankline]
body

When displaying in the codetour explorer, it could extract the heading and show it.