25 repositorios
Tools that automatically rewrite source code to adhere to a consistent visual style and syntax standard.
Distinct from Code Formatting: Focuses on the automatic restructuring of code for style consistency, which is distinct from UI component discovery or routers.
Explore 25 awesome GitHub repositories matching development tools & productivity · Automatic Code Formatters. Refine with filters or upvote what's useful.
Standard is a suite of static analysis tools for JavaScript, comprising a linter, formatter, and a predefined style guide. It functions as a static code analyzer that scans source code for style violations and potential errors without executing the program. The project provides an automatic code fixer that rewrites source code to resolve formatting issues and enforce syntax consistency. It implements a standardized set of rules for JavaScript formatting and syntax to ensure a uniform appearance across different projects. The system covers a wide range of static analysis capabilities, includi
Automatically corrects indentation, spacing, and syntax inconsistencies in JavaScript files to match a defined standard.
lint-staged is a git pre-commit task runner that executes linters and formatters specifically on files staged in git. It functions as a staged file filter and a monorepo task orchestrator, identifying the correct configuration and working directory for files across multiple packages in a repository. The system automatically adds formatting changes back to the git stage after a successful task run. It uses a mechanism to match files in the git index against glob patterns to determine which tasks to execute and can automatically update git indices after formatting. The project covers sequentia
Automatically adds formatting changes back to the Git stage after a successful task run.
Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers into the editor. It provides infrastructure for background syntax validation and automated code fixing without blocking the editor interface. The project implements the Language Server Protocol to enable advanced semantic navigation, including symbol renaming, definition jumping, and the application of automatic refactoring changes. It functions as an automatic code fixer that applies formatting and repairs based on feedback from linting tools and language servers. The plugin
Applies automatic corrections to files based on feedback from linting tools and language servers.
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.
This project is a static analysis linter, code quality tool, and language auditor for Rust. It functions as an automated refactoring system designed to identify common mistakes and suggest idiomatic improvements for Rust source code. The tool identifies non-idiomatic patterns, performance bottlenecks, and code smells to improve the overall correctness and quality of the code. It specifically audits memory safety by flagging suspicious use of unsafe blocks and pointer manipulations and detects inefficient operations to optimize execution speed. The analysis surface covers coding style enforce
Automatically modifies source code to apply the non-destructive fixes recommended by the analyzer.
RuboCop is a static code analyzer, linter, and formatter for the Ruby language. It identifies style violations, smells, and errors in source code to ensure consistency and maintainability based on community guidelines. The project provides automatic source code formatting to rewrite files according to defined stylistic standards. It also functions as a language server protocol implementation, surfacing violations and suggested fixes directly within code editors. The tool covers code complexity monitoring to track the size of classes and methods and employs non-inclusive language detection to
Automatically rewrites Ruby source code to adhere to defined stylistic and syntactic formatting standards.
RuboCop is a static code analyzer, linter, and formatter for the Ruby language. It detects style violations, potential bugs, and code smells by scanning source code without executing the program. The tool enforces a predefined Ruby style guide by flagging deviations and automatically rewriting source code to ensure consistency across projects. It includes a language server that provides real-time analysis and formatting suggestions directly within text editors.
Automatically rewrites Ruby source code to adhere to a consistent visual style and syntax standard.
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.
Combination of multiple linters to run as a GitHub Action or standalone
Applies automatic fixes for supported linters and formatters directly to source files in the workspace.
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.
SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase
Automatically rewrites Swift source code to adhere to consistent visual style and syntax standards.
This is an open-source educational website that translates and localizes MIT's Missing Semester course, teaching practical computing skills for computer science students. The curriculum covers developer tooling, shell scripting, version control, security fundamentals, and open-source collaboration, with a focus on core computing skills including data processing pipelines, workflow automation, secure remote access, shell productivity, Vim editing, and Git version control. The project distinguishes itself by teaching command-line mastery, shell scripting, and automation to boost daily developer
Teaches automatic code formatting tools to enforce consistent style guides.
rustfmt is a tool that automatically rewrites Rust source code to adhere to a consistent and standardized style guide. It functions as both a code formatter for transforming source files and a style linter used to verify if code matches required formatting rules. The system is configurable, allowing for the definition of custom formatting rules and language editions through configuration files to override default styles. It also supports selective formatting by using dedicated skip markers to prevent specific blocks of code from being modified. The tool provides capabilities for both source
Automatically rewrites Rust source code to adhere to a consistent and standardized style guide.
Integrates with language servers for context-aware completions including signature help.
Esta es una extensión de Visual Studio Code que integra el motor de formateo Prettier en el editor. Sirve como puente para proporcionar un estilo de código opinado y multi-lenguaje, reimprimiendo el código fuente a partir de un árbol de sintaxis para imponer un diseño y ajuste de línea consistentes. La extensión permite el formateo automatizado al guardar o mediante comandos, asegurando un código base uniforme en los equipos. Resuelve las reglas de estilo fusionando las preferencias del editor, archivos EditorConfig y archivos de configuración locales, y puede coordinarse con linters para resolver reglas estilísticas conflictivas. El sistema soporta una amplia gama de lenguajes de programación y formatos de marcado, con la capacidad de ampliar el soporte de lenguajes mediante plugins y mapeo de extensiones de archivo personalizadas. Gestiona la resolución de versiones del formateador priorizando las instalaciones locales del proyecto sobre las versiones integradas y rastrea las posiciones del cursor para mantener la ubicación del caret después de las modificaciones de código.
Automatically rewrites source code to adhere to consistent visual styles and syntax standards.
gore es un shell interactivo y bucle de lectura-evaluación-impresión (REPL) para el lenguaje Go. Sirve como herramienta de prototipado que permite la evaluación de expresiones, declaraciones y declaraciones de funciones en una interfaz basada en terminal sin requerir un ciclo de compilación completo. El proyecto se integra como un cliente de servidor de lenguaje para proporcionar autocompletado de código inteligente, sugerencias de código en tiempo real y resolución automática de importación de paquetes. Se distingue además por generar archivos de módulo temporales para resolver dependencias e importar automáticamente repositorios remotos durante una sesión. La herramienta incluye capacidades para la experiencia del desarrollador, como inspección de tipos de expresiones, recuperación de documentación de símbolos y filtrado de salida redundante del compilador. La sesión interactiva es compatible con el seguimiento de bloques multilínea, historial de comandos persistente y gestión de cursor de terminal basada en ANSI.
Analyzes source code structure and applies automated fixes to resolve compilation errors.
The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni
Covers automatically reformatting code to enforce consistent style, handling spacing, quotes, and imports.
Pluto.jl es un entorno de computación reactiva para Julia que funciona como un formato de documento programable. Sirve como un IDE interactivo de ciencia de datos y un notebook computacional políglota que almacena código Julia y dependencias de entorno como archivos fuente versionables. El sistema se distingue por su modelo de ejecución reactiva, que utiliza un grafo acíclico dirigido para rastrear dependencias de variables y reevaluar automáticamente las celdas descendentes afectadas cuando cambia un valor. Garantiza la reproducibilidad integrando entornos de paquetes aislados directamente dentro del archivo del notebook y persistiendo el contenido como archivos fuente ejecutables puros. La plataforma cubre una amplia gama de capacidades, incluyendo visualización interactiva de datos, creación de tareas educativas guiadas y generación de sitios web de documentación estática. Admite diversos modos de salida como presentaciones de diapositivas y aplicaciones web, y proporciona herramientas para exportar notebooks a HTML, PDF y scripts centrados en la reproducibilidad. El entorno puede lanzarse a través de una interfaz web en localhost o accederse a través de servidores remotos y alojamiento de computación en la nube.
Identifies code that fails to parse and suggests automatic corrections to resolve syntax typos.
gts proporciona utilidades estandarizadas para el bootstrapping de proyectos y la aplicación de guías de estilo de linting y formateo consistentes. Funciona como un bootstrapper de proyectos TypeScript que inicializa nuevos proyectos con dependencias, scripts de compilación y ajustes de compilador estandarizados. El proyecto implementa una guía de estilo de TypeScript integral que consiste en una colección predefinida de reglas para análisis estático y un formateador de código que ajusta automáticamente el espaciado y la sintaxis del código fuente. Estas herramientas identifican y corrigen violaciones de estilo de código para garantizar la uniformidad en los repositorios. Las capacidades adicionales incluyen la aplicación de restricciones estrictas del compilador y comportamientos de verificación de tipos. El sistema también se integra con el control de versiones a través de la automatización de validación pre-commit para evitar que código no conforme entre en el historial del repositorio.
Implements tools that automatically rewrite source code to adhere to a consistent visual style and syntax standard.
k-vim es un framework de configuración y entorno de desarrollo para el editor de texto Vim. Proporciona un conjunto de ajustes predefinidos, perfiles de atajos de teclado y colecciones de plugins curados, diseñados para optimizar el editor para diversos stacks de programación. El framework se distingue por su agrupación de perfiles específicos por lenguaje, lo que permite al editor activar conjuntos personalizados de plugins y reglas de formato según el tipo de archivo detectado. Integra un sistema de gestión de paquetes dedicado para instalar, actualizar y organizar estas extensiones. El entorno cubre áreas clave como el formateo automático de código para espacios en blanco e indentación, optimización del posicionamiento de resultados de búsqueda y una gestión simplificada de pestañas y buffers. También implementa mapeo de teclas personalizado para navegación y controles avanzados de edición de texto.
Automatically trims trailing whitespace and adjusts indentation to maintain consistent visual style.