Install Laravel Extension Pack for Visual Studio Code


  • Step 2: Open Vscode and click Install

  • Step 3: Enable Blade snippet format

Open File -> Preferences -> Settings

Using Laravel Blade Snippet and enable blade formatter

"blade.format.enable": true,
"[blade]": {
    "editor.autoClosingBrackets": "always",
    "editor.defaultFormatter": "onecentlin.laravel-blade",
},        






要查看或添加评论,请登录

Ngo Nguyen Cong的更多文章

社区洞察

其他会员也浏览了