awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesTour-Driven Command Triggers

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.

Awesome Tour-Driven Command Triggers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/codetourmicrosoft 的头像

    microsoft/codetour

    4,541在 GitHub 上查看↗

    Code Tour 是一个 VS Code 扩展,支持创建交互式的、分步引导的代码库导览。它作为一种引导式代码文档工具,将描述性解释直接映射到编辑器中的特定文件行和目录,以辅助代码库入职和技术知识传递。 该系统通过使用基于正则表达式的锚定技术来保持步骤在不同源代码版本间的稳定性,并能够将导览导出为便携式文件,其中包含播放所需的代码上下文,无需原始本地仓库。它还支持通过基于 Git 的导览版本控制进行同步,并提供漂移检测功能,以识别代码更改何时破坏了现有的导览链接。 该项目涵盖了广泛的功能,包括导览录制和设计、带有侧边栏发现功能的播放引擎,以及嵌入 shell 命令和编辑器函数调用等交互元素的能力。导览使用 JSON 序列化存储,可以通过远程链接共享,或通过灵活的磁盘存储策略进行管理。

    Triggers editor functions or extension commands directly from tour step descriptions via custom URIs.

    TypeScriptcode-navigationknowledge-sharingonboarding
    在 GitHub 上查看↗4,541
  1. Home
  2. Programming Languages & Runtimes
  3. Script Invocation Interfaces
  4. Script Command Triggers
  5. Editor Command Definitions
  6. Tour-Driven Command Triggers