3 个仓库
Automatically completes missing structural delimiters like brackets and quotation marks during code entry.
Distinct from Code Completion: Distinct from Code Completion: focuses on completing mandatory structural delimiters rather than suggesting keywords or symbols.
Explore 3 awesome GitHub repositories matching development tools & productivity · Automatic Syntax Completion. Refine with filters or upvote what's useful.
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
Inserts missing brackets, quotation marks, or exclamation points to finish unfinished code structures automatically.
Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope
Hides markdown syntax during streaming so formatted text appears cleanly without flashing raw syntax.
Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in real time, handling incomplete blocks as they arrive. It parses GitHub-Flavored Markdown syntax including tables, task lists, and footnotes, and renders LaTeX math expressions using KaTeX, Mermaid diagrams as interactive SVGs, and code blocks with Shiki-based syntax highlighting supporting over 200 languages with dual light and dark themes. The renderer includes an XSS-safe HTML sanitizer that strips dangerous tags and validates URLs to prevent injection attacks. What distinguis
Detects unterminated Markdown tokens and completes them automatically to prevent broken rendering during streaming.