2 个仓库
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 是一个 Vim 插件,提供针对 Rust 的语言特定编辑器支持。它集成了语法高亮、缩进管理和工具配置,以提高 Rust 源代码的可读性和结构理解。 该插件支持针对特定函数的定向测试执行,并提供与在线 Playground 的集成以进行代码实验和共享。 它进一步涵盖了代码格式化、静态错误检测以及用于浏览源代码结构和在定义之间跳转的符号导航功能。 配置通过 Vimscript 管理。
Integrates with external indexing tools to enable jumping between definitions and declarations via tags.