vscode-blade-formatter icon indicating copy to clipboard operation
vscode-blade-formatter copied to clipboard

An opinionated Blade file formatter for VSCode

Results 101 vscode-blade-formatter issues
Sort by recently updated
recently updated
newest added

## Template **Please write your blade template that occurs issues.** ## Context (Environment) - write your environment ## Description Any other informations

## Code ```html ({$getJsonMaskConfiguration()})," : null }} state: $wire.{{ $isLazy() ? 'entangle(\'' . $getStatePath() . '\').defer' : $applyStateBindingModifiers('entangle(\'' . $getStatePath() . '\')') }}, })" type="text" wire:ignore @if ($isLazy()) x-on:blur="$wire.$refresh" @endif...

## Code ```html ``` ## Formatted ```html ``` ## Expectation To be formatted without losing the inner classes. While I don't think order matters for now; either first or last;...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv-webpack](https://togithub.com/mrsteele/dotenv-webpack) | [`7.1.1` -> `8.0.1`](https://renovatebot.com/diffs/npm/dotenv-webpack/7.1.1/8.0.1) | [![age](https://badges.renovateapi.com/packages/npm/dotenv-webpack/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

![code](https://user-images.githubusercontent.com/45084793/183791396-0ffd053f-af51-4f57-b4d9-6446bf792f7c.png)

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/shufo/vscode-blade-formatter). ## Config Migration Needed - [ ]...

Greetings to the maker of the best extension ever! 😁 I was recently switching between 2 wrapping strategies: ### (1) `force-aligned` ```html ``` ### (2) `force-expand-multiline` ```html ``` ## Observations...

## Template ```html {{ __('Email') }} ``` ## Context (Environment) If I try to format the above block of code, I get not so desireable result. For example, if I...

## Settings ```json "bladeFormatter.format.sortTailwindcssClasses": true, "bladeFormatter.format.wrapAttributes": "force-aligned", ``` ## Sample ```html ``` ## Formatting Result ```html ``` ## Details I expected the formatter to keep the `class` attribute on the...

Hi, thank you for created this extension in vscode, it's very help me. But why every time i save the file, blade-formatter works and takes a long time about 14...