awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • preservim/tagbarpreservim 的头像

    preservim/tagbar

    6,222在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,222
  • rust-lang/rust.vimrust-lang 的头像

    rust-lang/rust.vim

    4,165在 GitHub 上查看↗

    rust.vim 是一个 Vim 插件,提供针对 Rust 的语言特定编辑器支持。它集成了语法高亮、缩进管理和工具配置,以提高 Rust 源代码的可读性和结构理解。 该插件支持针对特定函数的定向测试执行,并提供与在线 Playground 的集成以进行代码实验和共享。 它进一步涵盖了代码格式化、静态错误检测以及用于浏览源代码结构和在定义之间跳转的符号导航功能。 配置通过 Vimscript 管理。

    Integrates with external indexing tools to enable jumping between definitions and declarations via tags.

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