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

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

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

2 个仓库

Awesome GitHub RepositoriesEditor Command Definitions

Defining new command shortcuts within an editor that trigger specific scripts or functions.

Distinct from Script Command Triggers: Distinct from generic script triggers: focuses on creating user-facing commands within the editor's command line.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Editor Command Definitions. Refine with filters or upvote what's useful.

Awesome Editor Command Definitions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nanotee/nvim-lua-guidenanotee 的头像

    nanotee/nvim-lua-guide

    5,934在 GitHub 上查看↗

    该项目是使用 Lua 编程语言编写 Neovim 配置和插件的综合指南。它作为一本手册,指导如何使用原生的 Neovim Lua API 来管理缓冲区、窗口和编辑器选项。 该指南重点介绍了 Lua 与 Vimscript 之间的互操作性,提供了如何从 Lua 执行 Vimscript 以及从 Vimscript 内部调用 Lua 函数的说明。它还提供了一个插件开发框架,涵盖了将代码组织成外部模块以及创建自定义命令和键映射的内容。 该文档涵盖了更广泛的功能,包括编辑器工作流自动化、内部变量的操作以及编辑器选项的管理。它还包括有关加载外部文件和修改缓冲区行的说明。

    Shows how to create custom user commands in Neovim that execute specific Lua functions.

    documentationguidelua
    在 GitHub 上查看↗5,934
  • 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

探索子标签

  • Tour-Driven Command TriggersInterfaces 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.