awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesStructural Token Completion

Automatically inserts missing delimiters and structural tokens to resolve incomplete code blocks.

Distinct from Automatic Code Formatters: Distinct from Automatic Code Formatters: completes missing syntax structures rather than rearranging existing code for style.

Explore 7 awesome GitHub repositories matching development tools & productivity · Structural Token Completion. Refine with filters or upvote what's useful.

Awesome Structural Token Completion 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.
  • todepond/dreamberdAvatar de TodePond

    TodePond/DreamBerd

    13,550Voir sur GitHub↗

    DreamBerd is a general purpose programming language designed for building applications with integrated support for reactive state, time-aware memory management, and embedded user interface markup. It functions as a programming environment that tracks dynamic values and coordinates asynchronous tasks through sequential execution constraints. The language is distinguished by its ability to track variable history, providing dedicated keywords to retrieve previous, current, and future values of variables during execution. It further differentiates itself through a memory model that controls varia

    Implements automated syntax completion that inserts missing brackets and structural delimiters to resolve unfinished code blocks.

    Voir sur GitHub↗13,550
  • zxqfl/tabnineAvatar de zxqfl

    zxqfl/TabNine

    10,784Voir sur GitHub↗

    TabNine is an AI programming assistant and large language model completion tool that predicts and completes source code in real time. It functions as a language-aware code predictor, providing automated line completions and code snippets based on the context of the current file and project. The system utilizes custom language mapping and programming language tokenization to ensure suggestions remain syntax-accurate across various file extensions. By defining how source code is broken into symbols and identifiers, the tool maintains consistent suggestions across a project's different file type

    Analyzes file structure through tokenization to provide contextually relevant and syntax-accurate code completions.

    Shell
    Voir sur GitHub↗10,784
  • xo/usqlAvatar de xo

    xo/usql

    10,014Voir sur GitHub↗

    usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t

    Provides syntax-aware completions for queries and commands within the interactive shell.

    Gocommand-linedatabasego
    Voir sur GitHub↗10,014
  • saghen/blink.cmpAvatar de saghen

    saghen/blink.cmp

    5,951Voir sur GitHub↗

    Integrates with language servers for context-aware completions including signature help.

    Luaneovimneovim-lua-pluginneovim-plugin
    Voir sur GitHub↗5,951
  • mangiucugna/json_repairAvatar de mangiucugna

    mangiucugna/json_repair

    4,521Voir sur GitHub↗

    json_repair is a Python library that automatically fixes common JSON syntax errors, such as trailing commas, missing quotes, unclosed brackets, and stray text, producing valid JSON output. It can also complete broken structures by closing unclosed arrays and objects, and fill missing values with sensible defaults like empty strings or null. The library distinguishes itself by handling JSON from large language model outputs, stripping markdown fences, comments, and surrounding prose before parsing. It supports schema-guided repairs, using a JSON Schema to fill missing values, coerce data types

    Automatically inserts missing brackets, commas, and delimiters to complete broken JSON structures.

    Pythondeep-learninggpt-4json
    Voir sur GitHub↗4,521
  • sublimehq/packagesAvatar de sublimehq

    sublimehq/Packages

    3,004Voir sur GitHub↗

    This repository contains a collection of extensions and configurations for a text editor plugin ecosystem. It provides a framework for adding language support and custom behavior through a system of customizable key bindings, a project indexing engine, and a syntax highlighting framework. The project utilizes a Python API to enable the development of custom plugins, menus, and tools. It supports a functional extension framework where users can create custom themes, syntax definitions, and resource overrides to expand the editor's visual styles and capabilities. The system covers advanced tex

    Provides code completions based on project-wide patterns and syntax-aware analysis.

    Shellsublimesublime-syntaxsublime-text
    Voir sur GitHub↗3,004
  • python-lsp/python-lsp-serverAvatar de python-lsp

    python-lsp/python-lsp-server

    2,562Voir sur GitHub↗

    Provides context-aware code suggestions that automatically add missing module imports.

    Python
    Voir sur GitHub↗2,562
  1. Home
  2. Development Tools & Productivity
  3. Automatic Code Formatters
  4. Structural Token Completion

Explorer les sous-tags

  • Syntax-Aware Completions1 sous-tagAnalysis of code structure via tokenization to provide completions that adhere to language grammar. **Distinct from Structural Token Completion:** Focuses on using tokens for context-aware predictions rather than just filling missing structural delimiters.