onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
137 stars 38 forks source link

Add @dd directive #158

Closed BrayanCaro closed 1 year ago

BrayanCaro commented 2 years ago

This PR adds @dd directive, which was introduced here https://github.com/laravel/framework/pull/38016.

BrayanCaro commented 2 years ago

This PR also resolves yaegassy/coc-blade#16