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 सोर्स कोड की पठनीयता और संरचनात्मक समझ को बेहतर बनाने के लिए सिंटैक्स हाइलाइटिंग, इंडेंटेशन मैनेजमेंट और टूलिंग कॉन्फ़िगरेशन को एकीकृत करता है। यह प्लगइन विशिष्ट फंक्शन्स के लिए लक्षित टेस्ट निष्पादन को सक्षम बनाता है और कोड प्रयोग और साझाकरण के लिए एक ऑनलाइन प्लेग्राउंड के साथ एकीकरण प्रदान करता है। यह कोड फॉर्मेटिंग, स्टेटिक त्रुटि का पता लगाने और सोर्स संरचनाओं को ब्राउज़ करने और डेफिनिशन के बीच जंप करने के लिए सिंबल नेविगेशन की क्षमताओं को भी कवर करता है। कॉन्फ़िगरेशन Vimscript के माध्यम से मैनेज किया जाता है।
Integrates with external indexing tools to enable jumping between definitions and declarations via tags.