6 repositorios
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 es un framework para construir aplicaciones de escritorio multiplataforma integrando Next.js con un shell de Electron. Sirve como herramienta de construcción que compila interfaces de usuario basadas en web en bundles de escritorio independientes e instalables. El proyecto proporciona boilerplates de aplicaciones de escritorio y plantillas preconfiguradas para inicializar proyectos. Incluye un manejador de esquema de URL personalizado que permite el registro de protocolos únicos para lanzar la aplicación de escritorio directamente desde un navegador web. El toolkit cubre la automatización de la construcción de aplicaciones de escritorio, incluyendo la compilación y empaquetado de código fuente en instaladores distribuibles para múltiples sistemas operativos. Admite renderizado de exportación estática y proporciona un modo de desarrollo para una iteración rápida con actualizaciones en vivo.
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.