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

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

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

1 个仓库

Awesome GitHub RepositoriesEngine

Mapping of internal engine commands to external editor API calls.

Distinct from Command Aliasing: Distinct from general CLI aliasing by focusing on the bridge between an editing engine and a host API.

Explore 1 awesome GitHub repository matching development tools & productivity · Engine. Refine with filters or upvote what's useful.

Awesome Engine GitHub Repositories

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

    vscode-neovim/vscode-neovim

    7,689在 GitHub 上查看↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Intercepts Neovim engine-level window and buffer commands to trigger corresponding VSCode API calls.

    TypeScript
    在 GitHub 上查看↗7,689
  1. Home
  2. Development Tools & Productivity
  3. Command Aliasing
  4. Engine