awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesTag-Based Source Navigators

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.

Awesome Tag-Based Source Navigators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • preservim/tagbarAvatar von preservim

    preservim/tagbar

    6,222Auf GitHub ansehen↗

    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.

    Vim Scriptexuberant-ctagslinuxmacos
    Auf GitHub ansehen↗6,222
  • rust-lang/rust.vimAvatar von rust-lang

    rust-lang/rust.vim

    4,165Auf GitHub ansehen↗

    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.

    Vim Script
    Auf GitHub ansehen↗4,165
  1. Home
  2. Development Tools & Productivity
  3. Structural Code Navigation
  4. Tag-Based Source Navigators