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,222GitHub पर देखें↗

    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,165GitHub पर देखें↗

    rust.vim एक Vim प्लगइन है जो Rust के लिए भाषा-विशिष्ट एडिटर सपोर्ट प्रदान करता है। यह Rust सोर्स कोड की पठनीयता और संरचनात्मक समझ को बेहतर बनाने के लिए सिंटैक्स हाइलाइटिंग, इंडेंटेशन मैनेजमेंट और टूलिंग कॉन्फ़िगरेशन को एकीकृत करता है। यह प्लगइन विशिष्ट फंक्शन्स के लिए लक्षित टेस्ट निष्पादन को सक्षम बनाता है और कोड प्रयोग और साझाकरण के लिए एक ऑनलाइन प्लेग्राउंड के साथ एकीकरण प्रदान करता है। यह कोड फॉर्मेटिंग, स्टेटिक त्रुटि का पता लगाने और सोर्स संरचनाओं को ब्राउज़ करने और डेफिनिशन के बीच जंप करने के लिए सिंबल नेविगेशन की क्षमताओं को भी कवर करता है। कॉन्फ़िगरेशन 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