4 مستودعات
UI components that display documentation, type information, and metadata for code symbols directly within the editor interface.
Distinct from Information Sidebars: None of the candidates relate to IDE-specific code intelligence; they focus on generic UI or system-level display protocols.
Explore 4 awesome GitHub repositories matching development tools & productivity · Code Intelligence Tooltips. Refine with filters or upvote what's useful.
coc.nvim is a Node.js extension host and Language Server Protocol client that transforms Vim and Neovim into a full integrated development environment. It provides a framework for executing JavaScript and TypeScript plugins within a separate process to enable advanced IDE features without blocking the editor's main thread. The project is distinguished by its ability to host extensions and language servers through a centralized JSON configuration. It supports the installation and lifecycle management of third-party extensions from registries or local files, allowing users to customize language
Displays detailed documentation and type information for code symbols through hover actions and floating windows.
Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers into the editor. It provides infrastructure for background syntax validation and automated code fixing without blocking the editor interface. The project implements the Language Server Protocol to enable advanced semantic navigation, including symbol renaming, definition jumping, and the application of automatic refactoring changes. It functions as an automatic code fixer that applies formatting and repairs based on feedback from linting tools and language servers. The plugin
Displays documentation and type information for symbols via hover tooltips in the editor.
Ale is an asynchronous code analysis tool and integrated development environment plugin designed for lightweight text editors. It functions as a language server protocol client, enabling real-time code intelligence and diagnostic feedback by running analysis tasks in the background to ensure the editor interface remains responsive during intensive operations. The plugin utilizes an event-driven architecture to monitor text buffers and trigger linting or formatting routines automatically. It distinguishes itself through a modular extensibility framework that supports a wide range of language-s
Show documentation and type information for code elements under the cursor using tooltips to help you understand how specific functions or variables work.
SublimeCodeIntel هو إضافة ذكاء برمجي لمحرر Sublime Text توفر تنقلاً قائماً على الرموز، وإكمالاً تلقائياً، وتلميحات الدوال. يعمل كامتداد لميزات بيئة التطوير المتكاملة (IDE) ومحرك تحليل كود ساكن، باستخدام مفهرس رموز متعدد اللغات لتتبع التعريفات عبر ملفات متعددة. ينفذ النظام أدوات تحليل ساكن لرسم خرائط التعريفات والمراجع دون تنفيذ كود البرنامج. يتيح ذلك للمستخدمين الانتقال إلى تعريفات الرموز عبر المشروع بأكمله وتلقي اقتراحات في الوقت الفعلي للوحدات والرموز أثناء الكتابة. تغطي مجموعة الأدوات مجالات قدرات واسعة بما في ذلك التنقل في الكود، والإكمال الذكي للكود، وعرض بيانات تعريف الدوال داخل شريط حالة المحرر.
Displays detailed documentation and type information for the active function directly within the editor interface.