awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesIdentifier Regex Retrievals

Returns the regular expression used by a backend to parse identifiers for a given file.

Distinct from Identifier Regex Validations: Distinct from Identifier Regex Validations: retrieves the regex used for parsing, not for validating naming rules.

Explore 1 awesome GitHub repository matching part of an awesome list · Identifier Regex Retrievals. Refine with filters or upvote what's useful.

Awesome Identifier Regex Retrievals GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Voir sur GitHub↗

    TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up

    Provides an API to retrieve the identifier regex used by the completion backend for a given file.

    Shellaiartificial-intelligenceatom-package
    Voir sur GitHub↗10,784
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pattern Matching
  5. Code Naming Patterns
  6. Identifier Regex Validations
  7. Identifier Regex Retrievals