1 个仓库
Interfaces that execute editor commands or extension functions directly from tour step descriptions.
Distinct from Editor Command Definitions: Distinct from Editor Command Definitions: focuses on the trigger source being a tour step rather than a user shortcut.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Tour-Driven Command Triggers. Refine with filters or upvote what's useful.
Code Tour 是一个 VS Code 扩展,支持创建交互式的、分步引导的代码库导览。它作为一种引导式代码文档工具,将描述性解释直接映射到编辑器中的特定文件行和目录,以辅助代码库入职和技术知识传递。 该系统通过使用基于正则表达式的锚定技术来保持步骤在不同源代码版本间的稳定性,并能够将导览导出为便携式文件,其中包含播放所需的代码上下文,无需原始本地仓库。它还支持通过基于 Git 的导览版本控制进行同步,并提供漂移检测功能,以识别代码更改何时破坏了现有的导览链接。 该项目涵盖了广泛的功能,包括导览录制和设计、带有侧边栏发现功能的播放引擎,以及嵌入 shell 命令和编辑器函数调用等交互元素的能力。导览使用 JSON 序列化存储,可以通过远程链接共享,或通过灵活的磁盘存储策略进行管理。
Triggers editor functions or extension commands directly from tour step descriptions via custom URIs.