6 مستودعات
Mechanisms for rendering non-editable virtual text directly within the editor buffer to display diagnostic or type information.
Distinct from Text Rendering: Distinct from general text rendering: focuses on editor-specific virtual text overlays for language server feedback.
Explore 6 awesome GitHub repositories matching user interface & experience · Inline Annotations. Refine with filters or upvote what's useful.
AstroNvim is a modular Neovim distribution that functions as a comprehensive development environment. It provides a pre-configured framework for managing editor settings, plugin ecosystems, and language server integrations, effectively transforming a base text editor into a full-featured integrated development environment. The project distinguishes itself through a highly customizable Lua-based architecture that emphasizes modularity and performance. It enables users to manage complex editor configurations through a centralized, declarative system that supports lazy loading, community-maintai
Projects dynamic information from language servers directly into the editor buffer as non-editable inline annotations.
Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly
Uses Neovim's extmark API to render virtual text and floating window annotations for blame and hunk previews.
i18n-ally هو إضافة لـ VS Code وأداة إدارة تدويل مصممة للتعامل مع سير عمل الترجمة مباشرة داخل محرر الكود. يوفر نظاماً لاستخراج السلاسل النصية المكتوبة برمجياً، وإدارة مفاتيح الترجمة، واكتشاف قيم اللغة المفقودة عبر قاعدة الكود. تتميز الأداة بتوفير عارض ترجمة مضمن يعرض القيم والبيانات الوصفية بجوار المفاتيح في الكود المصدري. كما تتضمن مدمج ترجمة آلية لملء ملفات اللغة الفارغة تلقائياً بمرشحات أولية ومحلل ملفات لغة يدعم تنسيقات متعددة، بما في ذلك JSON و YAML. تغطي المنصة مجموعة واسعة من القدرات، بما في ذلك إدارة المحتوى من خلال واجهات تحرير مرئية، وصياغة وفحص الترجمة التلقائية، وسير عمل المراجعة التعاونية التي تقوم بمزامنة التعليقات وحالات الموافقة عبر التحكم في الإصدارات. كما تتعامل مع تكوين مستوى المشروع، مثل الكشف عن إطار العمل وتنسيق ملفات اللغة.
Shows translation metadata and annotations as non-editable virtual text directly within the code editor.
bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for
Renders buffer tabs as virtual text using Neovim's extmark API for efficient inline display.
GitGutter is a plugin for the Sublime Text editor that integrates version control status and diff visualization directly into the development environment. It tracks file modifications in real time, displaying visual indicators in the editor gutter to identify inserted, modified, or deleted lines relative to the repository state. The tool distinguishes itself by providing interactive features for managing code changes, including the ability to navigate between modified hunks, inspect diffs via hover popups, and revert local edits to a previously committed state. It supports advanced workflows
Displays inline author information and commit details for specific lines using phantom text.
Nvim-colorizer.lua هو إضافة لـ Neovim توفر تمييزاً بناءً للجمل (syntax highlighting) في الوقت الفعلي لتعريفات الألوان مباشرة داخل محرر النصوص. يعرض رموز الألوان، مثل قيم hex و RGB، كخلفيات مرئية أو ألوان نص، مما يسمح للمطورين بمعاينة رموز التصميم وتعريفات الأنماط دون مغادرة ملفات المصدر الخاصة بهم. تتميز الإضافة بمعمارية موجهة نحو الأداء تقوم بتفريغ مسح النص إلى عمليات الخلفية، مما يضمن بقاء واجهة المحرر متجاوبة. تستخدم نظام الزخرفة الداخلي للمحرر لتراكب التمييزات دون تعديل الكود المصدري الأساسي، وتحتفظ بسجل حالي لإدارة التمييزات النشطة عبر مخازن مؤقتة مختلفة. يمكن للمستخدمين تكوين الإضافة لاستهداف أنواع ملفات وأنماط ألوان محددة، مما يوفر تحكماً في المستندات التي تتلقى تصميماً مرئياً. تتضمن الأداة وظيفة لتشغيل أو إيقاف التمييز للملفات الفردية وتدعم الإرفاق اليدوي للسيناريوهات التي لا يتطلب فيها الكشف التلقائي. المشروع مكتوب بلغة Lua ويتكامل مع أحداث دورة حياة المحرر لتشغيل المسح تلقائياً عند فتح الملفات أو تعديلها.
Uses the editor's internal decoration system to overlay color highlights without modifying the underlying source code.