awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • vscode-neovim/vscode-neovimالصورة الرمزية لـ vscode-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