4 repositorios
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 es un plugin de inteligencia de código para el editor Sublime Text que proporciona navegación basada en símbolos, autocompletado y tooltips de funciones. Funciona como una extensión de características de IDE y un motor de análisis de código estático, utilizando un indexador de símbolos multilingüe para rastrear definiciones a través de múltiples archivos. El sistema implementa herramientas de análisis estático para mapear definiciones y referencias sin ejecutar el código del programa. Esto permite a los usuarios saltar a las definiciones de símbolos en todo un proyecto y recibir sugerencias en tiempo real para módulos y símbolos mientras escriben. El conjunto de herramientas cubre amplias áreas de capacidad, incluyendo navegación de código, autocompletado inteligente y la proyección de metadatos de funciones dentro de la barra de estado del editor.
Displays detailed documentation and type information for the active function directly within the editor interface.