pojokcodeid.nvim-lazy/snippets/laravel-blade2
2023-03-03 07:09:50 +07:00
..
.vscode update cmd line 2023-03-03 07:09:50 +07:00
images update cmd line 2023-03-03 07:09:50 +07:00
src update cmd line 2023-03-03 07:09:50 +07:00
.eslintrc.json update cmd line 2023-03-03 07:09:50 +07:00
.gitignore update cmd line 2023-03-03 07:09:50 +07:00
.vscodeignore update cmd line 2023-03-03 07:09:50 +07:00
CHANGELOG.md update cmd line 2023-03-03 07:09:50 +07:00
LICENSE update cmd line 2023-03-03 07:09:50 +07:00
package-lock.json update cmd line 2023-03-03 07:09:50 +07:00
package.json update cmd line 2023-03-03 07:09:50 +07:00
README.md update cmd line 2023-03-03 07:09:50 +07:00
tsconfig.json update cmd line 2023-03-03 07:09:50 +07:00
yarn.lock update cmd line 2023-03-03 07:09:50 +07:00

Laravel Blade

Visual Studio Marketplace Downloads Open VSX Downloads

Laravel Blade Snippets, Syntax Highlighting and Formatting for VS Code.

Converted from language-blade.

User Setting

Enable html emmet:

"emmet.includeLanguages": {
  "blade": "html"
},

Features

  • Syntax highlighter
  • Blade snippets
  • Blade formatting

Screenshoot

Screenshoot

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

2.0.2

  • Add support to vscode 1.37

2.0.1

  • Update README.md file

2.0.0

  • Added blade formatting
  • Change codebase to newest vscode extension template

1.0.3

  • Added some new directive based on Laravel 6.x

1.0.2

  • Update README.md
  • Compatible with vscode 1.39 and above

1.0.0

Initial release