2 Repos
Tools for browsing source code structure by showing tags grouped by their enclosing scope.
Distinct from Structural Code Navigation: Distinct from Structural Code Navigation: uses ctags-based tag grouping for navigation, not Tree-sitter AST analysis.
Explore 2 awesome GitHub repositories matching development tools & productivity · Tag-Based Source Navigators. Refine with filters or upvote what's useful.
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.
rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting, indentation management, and tooling configurations to improve the readability and structural understanding of Rust source code. The plugin enables targeted test execution for specific functions and provides integration with an online playground for code experimentation and sharing. It further covers capabilities for code formatting, static error detection, and symbol navigation for browsing source structures and jumping between definitions. Configuration is managed through Vi
Integrates with external indexing tools to enable jumping between definitions and declarations via tags.