Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shufo/vscode-blade-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jul 13, 2021
2 parents 4b1e415 + 979e08f commit aae1468
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

### [0.7.19](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.7.18...v0.7.19) (2021-07-11)


### Miscellaneous

* 🤖 bump blade-formatter to 1.11.10 ([3321bb2](https://www.github.com/shufo/vscode-blade-formatter/commit/3321bb2dd4c5a10e6423b3d9adb3952fadcbf6fe))

### [0.7.18](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.7.17...v0.7.18) (2021-07-04)


Expand Down
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,28 @@ An opinionated Blade file formatter for VSCode. Marketplace page is [here](https

You can also format by same syntax programmatically with [blade-formatter](https://github.com/shufo/blade-formatter) that this extension relies on.

## Overview

![Screencast](https://github.com/shufo/vscode-blade-formatter/raw/master/screencast.gif)

## Features

- Automatically Indents markup inside directives
- Automatically add spacing to blade templating markers
- PHP 8 support (null safe operator, named arguments) 🐘
- PSR-2 support (format inside directives)
- Automatically Indents markup inside directives

## Screencast
![blade-formatter-indent](https://user-images.githubusercontent.com/1641039/125206632-33c54b00-e2c3-11eb-88ee-5a8b2ae306b5.gif)

- Automatically add spacing to blade templating markers

![blade-formatter-spacing](https://user-images.githubusercontent.com/1641039/125206634-345de180-e2c3-11eb-9631-016376556dce.gif)

- PHP 8 support (null safe operator, named arguments) 🐘

![blade-formatter-php8](https://user-images.githubusercontent.com/1641039/125206633-33c54b00-e2c3-11eb-8bc9-3bae838ccf32.gif)

- PSR-2 support (format inside directives)

![blade-formatter-format-in-directive](https://user-images.githubusercontent.com/1641039/125206630-31fb8780-e2c3-11eb-9618-a7092316a203.gif)

![Screencast](https://github.com/shufo/vscode-blade-formatter/raw/master/screencast.gif)

## Extension Settings

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "shufo",
"displayName": "Laravel Blade formatter",
"description": "Laravel Blade formatter for VSCode",
"version": "0.7.18",
"version": "0.7.19",
"license": "MIT",
"engines": {
"vscode": "^1.57.0",
Expand Down

0 comments on commit aae1468

Please sign in to comment.