awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesTag Location Resolution

Using a combination of line numbers and search patterns to locate a symbol's position after file edits.

Distinct from Pattern Occurrence Location Algorithms: Distinct from Pattern Occurrence Location Algorithms: this specifically handles the drift of symbols in a file after edits.

Explore 1 awesome GitHub repository matching software engineering & architecture · Tag Location Resolution. Refine with filters or upvote what's useful.

Awesome Tag Location Resolution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • universal-ctags/ctagsAvatar de universal-ctags

    universal-ctags/ctags

    7,229Ver en GitHub↗

    Universal Ctags is a multi-language symbol indexer and regex-based parsing engine used to extract and catalog functions, classes, and variables from source code. It functions as a source code indexer that scans files across diverse programming languages to create searchable catalogs of definitions and declarations. The project is distinguished by its extensible parser framework, which allows users to define new language rules using regular expressions and configuration files. It supports complex parsing scenarios through state-based parsing, stack-oriented scope tracking, and guest-parser del

    Universal Ctags chooses between using line numbers, search patterns, or a combination of both to locate objects.

    Ccode-analysiscode-completioncode-navigation
    Ver en GitHub↗7,229
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Pattern Occurrence Location Algorithms
  5. Tag Location Resolution