4 repository-uri
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 este un plugin de inteligență a codului pentru editorul Sublime Text care oferă navigare bazată pe simboluri, autocompletare și tooltips pentru funcții. Funcționează ca o extensie de funcționalități IDE și un motor de analiză statică a codului, folosind un indexator de simboluri cross-language pentru a urmări definițiile în mai multe fișiere. Sistemul implementează instrumente de analiză statică pentru a mapa definițiile și referințele fără a executa codul programului. Acest lucru permite utilizatorilor să sară la definițiile simbolurilor în cadrul întregului proiect și să primească sugestii în timp real pentru module și simboluri în timp ce scriu. Setul de instrumente acoperă domenii largi de capabilități, inclusiv navigarea în cod, completarea inteligentă a codului și proiecția metadatelor funcțiilor în bara de stare a editorului.
Displays detailed documentation and type information for the active function directly within the editor interface.