1 repository
Plugins that display a file's tags in a sidebar window, organized by scope for navigation and structural overview.
Distinct from Vim Plugins: Distinct from Vim Plugins: specifically provides a tag browser sidebar, not a general Vim plugin.
Explore 1 awesome GitHub repository matching development tools & productivity · Tag Browser Plugins. 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
Displays a file's tags in a sidebar window, organized by scope for navigation and structural overview.