19 repositorios
Interfaces for navigating the abstract syntax tree and structural components of source code.
Distinguishing note: Unlike general search, this leverages Tree-sitter for structural analysis of code nodes.
Explore 19 awesome GitHub repositories matching development tools & productivity · Structural Code Navigation. Refine with filters or upvote what's useful.
mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls
Provides a searchable interface to navigate Tree-sitter nodes and manual pages.
This project is a Vim IDE configuration and plugin suite designed to transform the Vim text editor into a full development environment. It focuses on C++ development by integrating source code indexing and automated plugin management. The environment utilizes compiler backends and abstract syntax trees for semantic code completion and static code analysis. It employs tag files for symbol indexing, enabling rapid navigation between function definitions, class headers, and implementation files. The workspace includes productivity tools such as shorthand snippet expansion, line bookmarking, and
Provides structural navigation for jumping between matching pairs and switching between headers and implementations.
Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo
Parses functions, classes, imports, and symbols from code files across 306 programming languages for structured analysis.
GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to external intelligence models. It acts as a bridge that connects the Ghidra reverse engineering suite to external tools through a standardized communication protocol, facilitating automated reverse engineering and software auditing. The project enables the extraction of decompiled code and program structural data to populate the context windows of language models. It features a binary symbol management tool capable of dynamic symbol resolution, allowing method and data names to be up
Provides utilities for listing and navigating methods and classes to determine a binary's organizational layout.
This project is a static code analysis tool that functions as a code unit resolver and source code line mapper. It identifies the specific function or method that contains a given line of code by analyzing the structure of source files without executing the program. The utility maps line numbers to their parent code units by examining the organization of source files and identifying the ownership of specific lines. It determines the boundaries of functions and methods through text-based structural parsing and range detection. These capabilities support source code analysis and static analysi
Supports code navigation by identifying the function responsible for a specific operation via structural analysis.
Tagbar is a Vim plugin that displays a resizable sidebar of code tags parsed by Exuberant Ctags, organized by scope, with cursor-linked highlighting and key-mapped jumps to definitions. It provides a hierarchical view of code elements like functions and classes from the current file, enabling navigation and structural overview directly within the editor. The plugin integrates with Exuberant Ctags to parse source files and extract tag definitions, then organizes those symbols into a tree structure based on their enclosing scope, such as class or function boundaries. It features real-time file
Browses source code structure by showing tags grouped by their enclosing scope.
ts-morph es una librería de manipulación de AST de TypeScript y un wrapper de alto nivel para la API del compilador de TypeScript. Proporciona una interfaz programática para analizar, modificar y generar código fuente TypeScript, sirviendo como una herramienta para la refactorización automatizada de código y la generación de código fuente. La librería simplifica el proceso de navegación e inspección de estructuras de proyectos ofreciendo una abstracción orientada a objetos sobre la API del compilador subyacente. Permite la transformación programática de bases de código existentes para automatizar actualizaciones estructurales y migraciones masivas de código. Sus capacidades cubren el análisis estático de código, la navegación de elementos de código y la gestión de archivos fuente a través de importación, generación y eliminación. El proyecto integra la verificación de tipos y utiliza el descubrimiento de archivos basado en glob para mantener una representación en memoria de la base de código, que luego puede persistirse de nuevo en el sistema de archivos físico.
Provides programmatic interfaces for navigating the abstract syntax tree to locate and analyze specific code elements.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
Zed jumps to definitions, references, lines, brackets, bookmarks, and error locations.
python-mode es un plugin de IDE para Vim que proporciona un conjunto de herramientas integrado para el desarrollo en Python. Incorpora una interfaz de depuración para gestionar puntos de interrupción de ejecución e inspeccionar el estado del programa, un navegador de documentación para recuperar símbolos oficiales del lenguaje y un sistema para análisis estático y refactorización estructural automatizada. El proyecto cuenta con un gestor de entorno dedicado que detecta y utiliza entornos virtuales específicos del proyecto para garantizar la resolución correcta de bibliotecas e intérpretes. Integra herramientas externas como PyLint y Rope para identificar errores de código y realizar refactorizaciones en todo el proyecto. El plugin cubre capacidades de desarrollo amplias, incluyendo linting en tiempo real, formato de código automatizado y autocompletado de código inteligente. Proporciona además herramientas de navegación estructural para saltar entre definiciones, resaltado de sintaxis avanzado y la capacidad de ejecutar bloques de código individuales directamente desde el editor.
Provides interfaces for jumping quickly between structural components like classes, methods, and definitions.
Este proyecto es un plugin de Sublime Text y extensión de editor de desarrollo web que funciona como un expansor de abreviaturas de marcado. Permite la creación rápida de bloques de código HTML y CSS estructurados transformando abreviaturas concisas similares a CSS en marcado y hojas de estilo completas. La herramienta proporciona automatización avanzada para flujos de trabajo web, incluyendo la generación de elementos HTML anidados, nombres de clase BEM y prefijos de proveedor CSS. También incluye utilidades especializadas para generar degradados CSS con alternativas de compatibilidad con navegadores y convertir rutas de imágenes en URL de datos codificados en base64. Más allá de la generación de código, la extensión cubre la manipulación y navegación de la estructura de marcado. Esto incluye capacidades para equilibrar selecciones de etiquetas, saltar entre pares de etiquetas coincidentes, realizar cálculos aritméticos dentro del código y generar texto de relleno para pruebas visuales. El sistema es configurable mediante el mapeo de alias de abreviaturas, definiciones de fragmentos (snippets) personalizados y extensiones de plugin para modificar filtros y acciones internas.
Moves the selection to the next or previous significant item in the document for faster traversal.
Neo-tree is an extensible UI component for Neovim that functions as a file explorer, project resource manager, and git status browser. It provides a tree-based interface for navigating filesystems, managing open buffers, and organizing document symbols within a side panel. The project is designed as a customizable framework that allows for the integration of external data sources and the implementation of user-defined event handlers. It supports custom tree visuals and component rendering, enabling the display of metadata, custom icons, and third-party plugin data within the tree view. Capab
Enables exploring the hierarchy of definitions and variables to jump to specific code blocks.
lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis tool and JSON-RPC communication layer that connects the editor to external language servers to provide intelligent code completion and real-time diagnostics. The project also serves as a Debug Adapter Protocol client, enabling interactive debugging sessions and breakpoint management. This allows for stepping through code and inspecting variables via a standardized protocol, including support for debugging within Docker containers. The system covers a broad range of developmen
Generates code outlines and structural navigation to help users understand the hierarchy of the current file.
Emmet es un generador de código de marcado y un kit de herramientas de productividad para desarrollo web. Funciona como un motor de expansión que convierte abreviaturas y selectores tipo CSS en estructuras completas de HTML, XML y otros lenguajes de marcado. El proyecto cuenta con un motor dedicado a la expansión de abreviaturas CSS que transforma códigos de propiedades concisos en declaraciones de estilo completas, incluyendo la generación automática de prefijos de proveedor y degradados. Se distingue por ofrecer un proceso de expansión programable mediante definiciones de snippets personalizados, mapeo de alias de abreviaturas y extensibilidad mediante scripts. El kit de herramientas cubre una amplia gama de capacidades, incluyendo la generación de marcado con multiplicación de elementos y numeración iterativa, así como utilidades de editor para la navegación estructural y la selección equilibrada de etiquetas. También proporciona herramientas para la creación de hojas de estilo CSS, ajuste de valores numéricos y gestión de medios para la conversión de datos de imágenes a URL y actualizaciones de dimensiones.
Enables rapid movement between matching tags and structural edit points in HTML and CSS files.
ApplicationInspector es una herramienta de análisis estático multilingüe diseñada para detectar características y rasgos específicos dentro del código fuente. Utiliza un motor de reglas JSON declarativo para identificar patrones y etiquetas estructurales a través de directorios de proyectos sin requerir que el analizador sea recompilado. El sistema se distingue por un comparador de versiones de código que compara dos rutas de fuente diferentes para informar cambios en las características detectadas. También proporciona utilidades para crear y validar reglas personalizadas basadas en JSON, incluyendo un pipeline de validación para verificar la sintaxis y la unicidad de los identificadores. La herramienta cubre áreas de capacidad amplias, incluyendo descubrimiento de características de código, auditoría de componentes de software y gestión del alcance del análisis mediante filtrado basado en glob. Los hallazgos pueden exportarse como resúmenes en formatos HTML, Markdown o JSON. Se proporcionan utilidades de línea de comandos para automatizar la validación de sintaxis de reglas y realizar comparaciones de versiones entre diferentes iteraciones de proyectos.
Features a static analyzer capable of parsing structural components across diverse programming languages.
This project is a comprehensive Neovim configuration framework and integrated development environment built with a modular Lua-based setup. It provides a cohesive workspace that orchestrates editor aesthetics, keybindings, and plugin lifecycles to transform the editor into a full-featured development environment. The configuration is designed as a polyglot development environment with dedicated support for Python, C++, Lua, Markdown, and LaTeX. It features a specialized LSP client configuration for multi-language code intelligence and a Git integration suite for managing version control workf
Enables jumping between symbols and managing foldable code blocks using structural analysis of the source code.
rust.vim es un plugin de Vim que proporciona soporte de editor específico para el lenguaje Rust. Integra resaltado de sintaxis, gestión de sangría y configuraciones de herramientas para mejorar la legibilidad y la comprensión estructural del código fuente de Rust. El plugin permite la ejecución de pruebas dirigidas para funciones específicas y proporciona integración con un playground en línea para la experimentación y el intercambio de código. Además, cubre capacidades para el formateo de código, detección de errores estáticos y navegación por símbolos para explorar estructuras de origen y saltar entre definiciones. La configuración se gestiona a través de Vimscript.
Integrates with external indexing tools to enable jumping between definitions and declarations via tags.
flash.nvim is a label-based navigation engine and motion plugin for Neovim. It provides a system for fast cursor repositioning by marking targets across the screen with unique characters, allowing for instant movement to specific characters, search matches, and code structures. The plugin extends navigation through Tree-Sitter integration, enabling the identification and selection of parent nodes and structural code blocks. It further distinguishes itself by supporting multi-window cursor movement, allowing users to search for patterns and jump between different files or split windows using a
Provides the ability to jump to and select parent nodes and structural code blocks using Tree-Sitter integration.
nvim-treesitter-context is a Neovim editor extension that provides structural awareness of source files by displaying sticky headers of surrounding code blocks. It utilizes Tree-sitter queries to identify parent functions and classes, keeping them visible at the top of the editor window while scrolling. The tool allows for language rule customization, enabling the definition of specific structural queries to modify how context is detected for different programming languages. Users can also adjust the visual appearance of the context window through custom highlight groups. Beyond visual orien
Provides structural code navigation by jumping the cursor to the start of the surrounding code block.
OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a
Exposes tools for AI agents to navigate code structures and generate symbol outlines using a URI-based system.