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

Docs explanation/references: "view - The ID of a VS Code view"

peter-kehl opened this issue · comments

Hi. Thank you for CodeTour. How practical and ergonomic.

https://github.com/microsoft/codetour#tour-schema mentions "view - The ID of a VS Code view", but it doesn't say/refer to what that "view" means. It took me a while, especially because that README.md mentions word "view" 32x (and I'm good in documentation & online skimming) until I cross-located it to #74. Even #74 doesn't explain it or refer to more (other than mentioning that you support 3rd party views, and the built-in views - thank you for both).

Please consider adding to README.md:

  • a list of built-in views, and
  • examples of 3rd party views, and
  • (if you know of) VS Code documentation and/or a way, or an extension, to get the "view" strings for 3rd part views.

(In particular, I'd love to know if I can somehow use CodeTour with Markdown "Preview".)

Thank you in advance.