awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
shufo avatar

shufo/vscode-blade-formatter

0
View on GitHub↗
5,196 स्टार्स·44 फोर्क्स·TypeScript·MIT·10 व्यूज़marketplace.visualstudio.com/items?itemName=shufo.vscode-blade-formatter↗

Vscode Blade Formatter

यह Blade टेम्प्लेट फ़ाइलों के लिए एक कोड फ़ॉर्मेटर है जो VS Code एडिटर के भीतर इंडेंटेशन और स्पेसिंग को मानकीकृत करता है। यह एक टेम्प्लेट फ़ॉर्मेटर और HTML एट्रिब्यूट सॉर्टर के रूप में कार्य करता है जो कस्टम या ओपिनियनेटेड स्टाइल नियमों के आधार पर सिंटैक्स और लेआउट को साफ करता है।

यह टूल HTML एट्रिब्यूट्स को स्वचालित रूप से व्यवस्थित करके और Tailwind CSS यूटिलिटी क्लास को एक अनुमानित क्रम में सॉर्ट करके खुद को अलग करता है। यह प्रोजेक्ट-विशिष्ट नियमों और बहिष्करण सूचियों को लोड करने के लिए JSON-कॉन्फ़िगर करने योग्य सिस्टम का उपयोग करता है, जिससे टीमें कोड शैलियों को सिंक्रनाइज़ कर सकती हैं और वर्ज़न कंट्रोल संघर्षों को रोक सकती हैं।

व्यापक क्षमताओं में वैश्विक अनदेखी सूचियों या इनलाइन टिप्पणियों के माध्यम से फ़ॉर्मेटिंग स्कोप का प्रबंधन करना, औपचारिक स्कीमा के विरुद्ध कॉन्फ़िगरेशन फ़ाइलों को मान्य करना, और इंडेंटेशन तथा व्हाइटस्पेस नियमों को अनुकूलित करना शामिल है।

यह प्रोजेक्ट Language Server Protocol का उपयोग करके एडिटर के साथ एकीकृत होता है।

Features

  • Blade Template Formatting - Standardize indentation, spacing, and line wrapping for template files while maintaining compatibility with modern syntax and style rules.
  • Blade Template Formatters - Provides a dedicated formatter for standardizing the layout and indentation of Blade template files.
  • Formatter Rule Configurations - Customizes indentation characters, syntax handling, and whitespace rules through a validated configuration system.
  • Style Rule Configurations - Uses customizable settings files to define project-specific code formatting and spacing rules.
  • Language Server Protocol Implementations - Implements the Language Server Protocol to provide editor intelligence and automated formatting.
  • Project Configuration - Manages project-level formatting standards such as indent size and wrap length in a root config file.
  • Project-Specific Formatting Rules - Loads formatting rules from local configuration files to ensure consistency across different developer environments.
  • VS Code Extensions - Implements a Visual Studio Code extension to provide integrated formatting for Blade templates.
  • VSCode Editor Integrations - Integrates automated formatting and class sorting directly into the Visual Studio Code editor.
  • Formatter Configurations - Provides external settings files to define indentation, quotes, and file exclusion patterns.
  • HTML Attribute Organizers - Automatically organizes HTML attributes and CSS utility classes into a predictable order.
  • Tailwind Class Organizers - Provides specialized sorting and organization of Tailwind CSS utility classes within template files.
  • Laravel Integrations - Provides automated tooling for HTML attributes and template structure specifically for Laravel frontend development.
  • CSS Class Organizers - Analyzes and reorders CSS utility classes to maintain a consistent sequence in source code.
  • Project-Specific Format Configurations - Loads project-specific formatting rules and exclusion lists from a local JSON configuration file.
  • HTML Attribute Sorting - Organizes HTML attributes using alphabetical orders, idiomatic schemes, or custom regular expression lists.
  • Shared Coding Standards - Enables teams to synchronize formatting rules via configuration files to prevent version control conflicts.
  • HTML Attribute Sorting - Reorganizes HTML attributes based on alphabetical or custom regular expression patterns.
  • Utility Class Sorters - Organizes utility-first CSS classes based on a predefined priority sequence.

स्टार हिस्ट्री

shufo/vscode-blade-formatter के लिए स्टार हिस्ट्री चार्टshufo/vscode-blade-formatter के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Vscode Blade Formatter के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Vscode Blade Formatter के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tailwindlabs/prettier-plugin-tailwindcsstailwindlabs का अवतार

    tailwindlabs/prettier-plugin-tailwindcss

    7,010GitHub पर देखें↗

    This project is a Prettier plugin and Tailwind CSS class sorter that automatically organizes utility classes into a consistent and recommended order. It functions as a frontend styling formatter and CSS utility organizer, removing duplicate classes and sorting style attributes across HTML and JavaScript files. The tool ensures consistent markup formatting by ordering utility classes within HTML attributes, template literals, JavaScript expressions, and custom framework props. It integrates with Tailwind CSS configuration files and stylesheets to synchronize sorting behavior with custom theme

    TypeScript
    GitHub पर देखें↗7,010
  • dprint/dprintdprint का अवतार

    dprint/dprint

    3,795GitHub पर देखें↗

    dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf

    Rustformatter
    GitHub पर देखें↗3,795
  • prettier/prettier-vscodeprettier का अवतार

    prettier/prettier-vscode

    5,504GitHub पर देखें↗

    This is a Visual Studio Code extension that integrates the Prettier formatting engine into the editor. It serves as a bridge to provide opinionated, multi-language code styling by reprinting source code from a syntax tree to enforce consistent layout and line wrapping. The extension enables automated formatting upon saving or on command, ensuring a uniform codebase across teams. It resolves styling rules by merging editor preferences, EditorConfig files, and local configuration files, and can coordinate with linters to resolve conflicting stylistic rules. The system supports a wide range of

    TypeScript
    GitHub पर देखें↗5,504
  • likec4/likec4likec4 का अवतार

    likec4/likec4

    2,723GitHub पर देखें↗

    likec4 is an architecture-as-code framework that transforms text-based architecture definitions into interactive diagrams, static websites, and image files. It serves as a system architecture visualizer and C4 model diagram generator, allowing users to define software components, boundaries, and deployment infrastructure using a domain-specific language. The tool distinguishes itself by providing a modeling environment with Language Server Protocol integration for real-time validation and autocomplete. It enables interactive architecture documentation where users can navigate through hierarch

    TypeScriptarchitecturearchitecture-as-codec4
    GitHub पर देखें↗2,723
Vscode Blade Formatter के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

shufo/vscode-blade-formatter क्या करता है?

यह Blade टेम्प्लेट फ़ाइलों के लिए एक कोड फ़ॉर्मेटर है जो VS Code एडिटर के भीतर इंडेंटेशन और स्पेसिंग को मानकीकृत करता है। यह एक टेम्प्लेट फ़ॉर्मेटर और HTML एट्रिब्यूट सॉर्टर के रूप में कार्य करता है जो कस्टम या ओपिनियनेटेड स्टाइल नियमों के आधार पर सिंटैक्स और लेआउट को साफ करता है।

shufo/vscode-blade-formatter की मुख्य विशेषताएं क्या हैं?

shufo/vscode-blade-formatter की मुख्य विशेषताएं हैं: Blade Template Formatting, Blade Template Formatters, Formatter Rule Configurations, Style Rule Configurations, Language Server Protocol Implementations, Project Configuration, Project-Specific Formatting Rules, VS Code Extensions।

shufo/vscode-blade-formatter के कुछ ओपन-सोर्स विकल्प क्या हैं?

shufo/vscode-blade-formatter के ओपन-सोर्स विकल्पों में शामिल हैं: tailwindlabs/prettier-plugin-tailwindcss — This project is a Prettier plugin and Tailwind CSS class sorter that automatically organizes utility classes into a… dprint/dprint — dprint is a multi-language code formatter that applies consistent styling across various programming languages using a… prettier/prettier-vscode — This is a Visual Studio Code extension that integrates the Prettier formatting engine into the editor. It serves as a… likec4/likec4 — likec4 is an architecture-as-code framework that transforms text-based architecture definitions into interactive… ritwickdey/vscode-live-server — This is a local development server extension for VS Code that provides static file hosting and automatic browser… rust-lang-nursery/rustfmt — rustfmt is a tool that automatically rewrites Rust source code to adhere to a consistent and standardized style guide.…