6 Repos
Plugins that provide integration for specific development frameworks and languages.
Explore 6 awesome GitHub repositories matching part of an awesome list · Framework Support. Refine with filters or upvote what's useful.
This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang
Implements a transition framework mapping C++, managed, and dynamic languages to Rust idioms.
LanguageTool is a multilingual grammar and style checking engine designed to detect spelling, grammar, and writing errors across multiple languages. It provides automated proofreading capabilities that can be deployed as a self-hosted server or executed as a standalone local desktop application. The project distinguishes itself through a flexible rule development framework, allowing linguistic patterns to be defined via XML or implemented as custom Java classes. It utilizes n-gram frequency modeling for confused word detection and supports neural word embeddings to improve disambiguation betw
Provides a framework for adding new languages by defining modules and writing custom error detection rules.
Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi
Provides native static analysis type inference for Django, Pydantic, and similar frameworks without plugins.
Nextron ist ein Framework für den Aufbau plattformübergreifender Desktop-Anwendungen durch die Integration von Next.js mit einer Electron-Shell. Es dient als Build-Tool, das webbasierte Benutzeroberflächen in eigenständige, installierbare Desktop-Bundles kompiliert. Das Projekt bietet Boilerplates für Desktop-Anwendungen und vorkonfigurierte Vorlagen zur Initialisierung von Projekten. Es enthält einen benutzerdefinierten URL-Schema-Handler, der die Registrierung eindeutiger Protokolle ermöglicht, um die Desktop-Anwendung direkt aus einem Webbrowser zu starten. Das Toolkit deckt die Automatisierung von Desktop-App-Builds ab, einschließlich der Kompilierung und Verpackung von Quellcode in verteilbare Installer für mehrere Betriebssysteme. Es unterstützt statisches Export-Rendering und bietet einen Entwicklungsmodus für schnelle Iterationen mit Live-Updates.
Provides specialized support for integrating the Next.js framework with the Electron desktop runtime.
Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f
Allows extending the build system with modular support for new languages and frameworks through add-on modules.
An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.
Provides support for building cross-platform mobile applications.