awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesCode Formatting Utilities

Tools and extensions that automatically adjust code indentation and style during paste or editing operations.

Distinguishing note: Focuses on editor-level code manipulation and formatting rather than general-purpose linting or build-time formatting.

Explore 8 awesome GitHub repositories matching development tools & productivity · Code Formatting Utilities. Refine with filters or upvote what's useful.

Awesome Code Formatting Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • viatsko/awesome-vscodeAvatar von viatsko

    viatsko/awesome-vscode

    28,754Auf GitHub ansehen↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    Wrap selected code blocks with custom templates to speed up repetitive structural tasks.

    JavaScriptawesomeawesome-listlist
    Auf GitHub ansehen↗28,754
  • ycm-core/youcompletemeAvatar von ycm-core

    ycm-core/YouCompleteMe

    25,904Auf GitHub ansehen↗

    YouCompleteMe is a completion engine and semantic code analyzer for the Vim editor. It provides an integrated suite of development tools, including a Language Server Protocol client and a semantic analyzer that utilizes Clang to offer context-aware symbols and type-based highlighting. The project distinguishes itself through specialized semantic completion for C-family languages and JavaScript, offering identifiers, snippets, and automatic imports. It provides advanced visual feedback such as inlay hints for type information and parameter names, as well as semantic highlighting based on the a

    Provides utilities to adjust code indentation and layout according to defined style rules.

    Pythoncode-analysiscode-completionsemantic-engine
    Auf GitHub ansehen↗25,904
  • googlecontainertools/distrolessAvatar von GoogleContainerTools

    GoogleContainerTools/distroless

    22,254Auf GitHub ansehen↗

    Distroless provides a collection of security-hardened, minimal base container images designed to reduce attack surfaces by excluding non-essential system utilities, package managers, and shells. These images are constructed to contain only an application and its specific runtime dependencies, enforcing the principle of least privilege by configuring environments for non-root execution. The project distinguishes itself through a focus on supply chain integrity and reproducible builds. It utilizes declarative build configurations to track package versions and validates container image integrity

    Provides linting and formatting for Starlark configuration files to maintain consistent coding standards.

    Starlarkbazeldocker
    Auf GitHub ansehen↗22,254
  • yetone/avante.nvimAvatar von yetone

    yetone/avante.nvim

    17,967Auf GitHub ansehen↗

    This project is a Neovim plugin that integrates large language models directly into the text editor to provide conversational programming assistance. It functions as an artificial intelligence coding assistant, enabling users to generate, refactor, and modify source code through natural language prompts and iterative chat sessions. The extension distinguishes itself by performing in-place code editing, where it applies suggestions directly to the active file buffer using precise diff-based patching. It supports agentic workflows by allowing models to execute shell commands and local scripts,

    Standardizes code indentation and style directly within the editor during editing operations.

    Lua
    Auf GitHub ansehen↗17,967
  • rust-lang/rust-analyzerAvatar von rust-lang

    rust-lang/rust-analyzer

    16,590Auf GitHub ansehen↗

    Rust-analyzer is a language server implementation that provides real-time code intelligence, static analysis, and development productivity tools for the Rust programming language. It functions as a backend engine that communicates with text editors to deliver deep structural understanding of source code, enabling features like semantic analysis, symbol navigation, and automated refactoring. The project distinguishes itself through a core engine designed for high-performance responsiveness, utilizing incremental query-based compilation and lazy demand-driven evaluation to minimize resource con

    Automatically adjusts whitespace and indentation during editing to maintain consistent code style.

    Rusthacktoberfestlsp-serverrust
    Auf GitHub ansehen↗16,590
  • fatih/vim-goAvatar von fatih

    fatih/vim-go

    16,242Auf GitHub ansehen↗

    This project is a comprehensive development plugin for the Vim text editor, designed to transform the editor into a specialized environment for Go software development. It provides a suite of integrated tools that facilitate the entire development lifecycle, including writing, maintaining, and navigating Go source code. The plugin distinguishes itself by orchestrating external command-line binaries and language servers to perform heavy analysis, compilation, and formatting tasks as background processes. By mapping editor events to these external tools and utilizing virtual file system synchro

    Automatically enforces consistent code style and manages import declarations.

    Vim Scriptgogolanggopls
    Auf GitHub ansehen↗16,242
  • james-yu/latex-workshopAvatar von James-Yu

    James-Yu/LaTeX-Workshop

    12,156Auf GitHub ansehen↗

    LaTeX Workshop is a comprehensive integrated development environment extension designed for authoring and typesetting complex documents. It functions as a complete workflow tool that automates the compilation process, manages multi-file project structures, and provides real-time feedback through bidirectional synchronization between source code and generated output. The project distinguishes itself by offering deep integration with the typesetting lifecycle, including containerized build environments and automated orchestration of external toolchains. It provides advanced visual feedback mech

    Automatically adjusts source code indentation and structure by invoking external formatting tools.

    TypeScript
    Auf GitHub ansehen↗12,156
  • vscode-neovim/vscode-neovimAvatar von vscode-neovim

    vscode-neovim/vscode-neovim

    7,689Auf GitHub ansehen↗

    This project is a modal editing integration that embeds a full Neovim instance into Visual Studio Code. It functions as a modal text editor, providing native motions and keybindings for navigation and text manipulation through a buffer synchronization bridge. The integration features a Lua scripting interface for automating editor behavior and a coordination layer that maps Neovim motions to native Language Server Protocol actions for code navigation. It ensures consistency between the two environments using a shared clipboard provider and synchronized cursor and selection states. The system

    Triggers native editor formatting commands on specific selections or lines using modal shortcuts.

    TypeScript
    Auf GitHub ansehen↗7,689
  1. Home
  2. Development Tools & Productivity
  3. Code Formatting Utilities

Unter-Tags erkunden

  • Starlark FormattersLinting and formatting tools specifically for Starlark configuration files. **Distinct from Code Formatting Utilities:** Distinct from general code formatting: focuses on the Starlark language used in build configurations.